Table of Contents

Class PtcShapeInner

Namespace
FemDesign.Reinforcement
Assembly
FemDesign.Core.dll
public class PtcShapeInner
Inheritance
PtcShapeInner
Inherited Members
Extension Methods

Constructors

PtcShapeInner(double, double, double, double?)

public PtcShapeInner(double x, double z = 0, double tangent = 0, double? priorInflectionPosition = null)

Parameters

x double

Parameter along axis of element.

z double

Height

tangent double

Tangent of cable at the inner point

priorInflectionPosition double?

Parameter of prior inflection point, if any. Optional

Fields

_priorInflectionPosition

public string _priorInflectionPosition

Field Value

string

Properties

Position

x'

public double Position { get; set; }

Property Value

double

PriorInflectionPosition

public double? PriorInflectionPosition { get; set; }

Property Value

double?

Tangent

public double Tangent { get; set; }

Property Value

double

Z

z'

public double Z { get; set; }

Property Value

double