GeometryGym.Ifc.IfcClothoidalArcSegment2D.IfcClothoidalArcSegment2D C# (CSharp) 메소드

IfcClothoidalArcSegment2D() 개인적인 메소드

private IfcClothoidalArcSegment2D ( IfcCartesianPoint start, double startDirection, double length, double radius, bool isCCW, bool isEntry, double clothoidConstant ) : System
start IfcCartesianPoint
startDirection double
length double
radius double
isCCW bool
isEntry bool
clothoidConstant double
리턴 System
        internal IfcClothoidalArcSegment2D(IfcCartesianPoint start, double startDirection, double length, double radius, bool isCCW, bool isEntry, double clothoidConstant)
            : base(start, startDirection, length)
        {
            mStartRadius = radius;
            mIsCCW = isCCW;
            mIsEntry = isEntry;
            mClothoidConstant = clothoidConstant;
        }

Same methods

IfcClothoidalArcSegment2D::IfcClothoidalArcSegment2D ( ) : System
IfcClothoidalArcSegment2D::IfcClothoidalArcSegment2D ( DatabaseIfc db, IfcClothoidalArcSegment2D s ) : System