Table of Contents

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

z double
tangent double
priorInflectionPosition double?

Fields

_priorInflectionPosition

public string _priorInflectionPosition

Field Value

string

Properties

PriorInflectionPosition

public double? PriorInflectionPosition { get; set; }

Property Value

double?

Tangent

public double Tangent { get; set; }

Property Value

double

Z

public double Z { get; set; }

Property Value

double