Class PtcShapeEnd
- Namespace
- FemDesign.Reinforcement
- Assembly
- FemDesign.Core.dll
public class PtcShapeEnd
- Inheritance
-
PtcShapeEnd
- Inherited Members
- Extension Methods
Constructors
PtcShapeEnd(double, double, double?)
public PtcShapeEnd(double z = 0, double tangent = 0, double? priorInflectionPosition = null)
Parameters
Fields
_priorInflectionPosition
public string _priorInflectionPosition
Field Value
Properties
PriorInflectionPosition
public double? PriorInflectionPosition { get; set; }
Property Value
Tangent
public double Tangent { get; set; }
Property Value
Z
public double Z { get; set; }