GeometryGym.Ifc.IfcClothoidalArcSegment2D.IfcClothoidalArcSegment2D C# (CSharp) Méthode

IfcClothoidalArcSegment2D() private méthode

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
Résultat 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