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
xdoubleParameter along axis of element.
zdoubleHeight
tangentdoubleTangent of cable at the inner point
priorInflectionPositiondouble?Parameter of prior inflection point, if any. Optional
Fields
_priorInflectionPosition
public string _priorInflectionPosition
Field Value
Properties
Position
x'
public double Position { get; set; }
Property Value
PriorInflectionPosition
public double? PriorInflectionPosition { get; set; }
Property Value
Tangent
public double Tangent { get; set; }
Property Value
Z
z'
public double Z { get; set; }