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

IfcBeamStandardCase() private méthode

private IfcBeamStandardCase ( DatabaseIfc db, IfcBeamStandardCase b, DuplicateOptions options ) : System
db DatabaseIfc
b IfcBeamStandardCase
options DuplicateOptions
Résultat System
		internal IfcBeamStandardCase(DatabaseIfc db, IfcBeamStandardCase b, DuplicateOptions options) : base(db, b, options) { }
		public IfcBeamStandardCase(IfcProduct host, IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, double length) : base(host, profile, placement,length) { }

Same methods

IfcBeamStandardCase::IfcBeamStandardCase ( ) : System
IfcBeamStandardCase::IfcBeamStandardCase ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, Tuple arcOrigin, double arcAngle ) : System
IfcBeamStandardCase::IfcBeamStandardCase ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, double length ) : System
IfcBeamStandardCase