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

IfcIntersectionCurve() 개인적인 메소드

private IfcIntersectionCurve ( IfcCurve curve, IfcPCurve p1, IfcPCurve p2, IfcPreferredSurfaceCurveRepresentation cr ) : System
curve IfcCurve
p1 IfcPCurve
p2 IfcPCurve
cr IfcPreferredSurfaceCurveRepresentation
리턴 System
        internal IfcIntersectionCurve(IfcCurve curve, IfcPCurve p1, IfcPCurve p2, IfcPreferredSurfaceCurveRepresentation cr)
            : base(curve,p1,p2,cr)
        {
        }

Same methods

IfcIntersectionCurve::IfcIntersectionCurve ( ) : System
IfcIntersectionCurve::IfcIntersectionCurve ( DatabaseIfc db, IfcIntersectionCurve c ) : System
IfcIntersectionCurve