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

IfcBuildingElementProxy() public méthode

public IfcBuildingElementProxy ( IfcObjectDefinition host, IfcObjectPlacement p, IfcProductDefinitionShape r ) : System
host IfcObjectDefinition
p IfcObjectPlacement
r IfcProductDefinitionShape
Résultat System
		public IfcBuildingElementProxy(IfcObjectDefinition host, IfcObjectPlacement p, IfcProductDefinitionShape r) : base(host, p, r) { Name = "NOTDEFINED"; }
		public IfcBuildingElementProxy(IfcProduct host, IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, double length) : base(host, profile, placement,length) { }

Same methods

IfcBuildingElementProxy::IfcBuildingElementProxy ( ) : System
IfcBuildingElementProxy::IfcBuildingElementProxy ( DatabaseIfc db, IfcBuildingElementProxy p, DuplicateOptions options ) : System
IfcBuildingElementProxy::IfcBuildingElementProxy ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, double length ) : System
IfcBuildingElementProxy