GeometryGym.Ifc.IfcBeam.IfcBeam C# (CSharp) Метод

IfcBeam() приватный Метод

private IfcBeam ( ) : System
Результат System
		internal IfcBeam() : base() { }
		internal IfcBeam(DatabaseIfc db, IfcBeam b, DuplicateOptions options) : base(db, b, options) { PredefinedType = b.PredefinedType; }

Same methods

IfcBeam::IfcBeam ( DatabaseIfc db, IfcBeam b, DuplicateOptions options ) : System
IfcBeam::IfcBeam ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductDefinitionShape shape ) : System
IfcBeam::IfcBeam ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, Tuple arcOrigin, double arcAngle ) : System
IfcBeam::IfcBeam ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, double length ) : System
IfcBeam