GeometryGym.Ifc.IfcAlignment2DVerticalSegment.IfcAlignment2DVerticalSegment C# (CSharp) Method

IfcAlignment2DVerticalSegment() protected method

protected IfcAlignment2DVerticalSegment ( IfcAlignment2DVerticalSegment s ) : System
s IfcAlignment2DVerticalSegment
return System
        protected IfcAlignment2DVerticalSegment(IfcAlignment2DVerticalSegment s)
            : base(s)
        {
            mStartDistAlong = s.mStartDistAlong; mHorizontalLength = s.mHorizontalLength; mStartHeight = s.mStartHeight; mStartGradient = s.mStartGradient;
        }

Same methods

IfcAlignment2DVerticalSegment::IfcAlignment2DVerticalSegment ( ) : System
IfcAlignment2DVerticalSegment::IfcAlignment2DVerticalSegment ( DatabaseIfc m, bool tangential, string startTag, string endTag, double startDist, double horizontalLength, double startHeight, double startGradient ) : System