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

IfcFixedReferenceSweptAreaSolid() public méthode

public IfcFixedReferenceSweptAreaSolid ( IfcProfileDef sweptArea, IfcCurve directrix, IfcDirection reference ) : System
sweptArea IfcProfileDef
directrix IfcCurve
reference IfcDirection
Résultat System
        public IfcFixedReferenceSweptAreaSolid(IfcProfileDef sweptArea, IfcCurve directrix, IfcDirection reference)
            : base(sweptArea)
        {
            Directrix = directrix;
            FixedReference = reference;
        }

Same methods

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