GeometryGym.Ifc.IfcBuildingElementProxy.IfcBuildingElementProxy C# (CSharp) Method

IfcBuildingElementProxy() private method

private IfcBuildingElementProxy ( DatabaseIfc db, IfcBuildingElementProxy p, DuplicateOptions options ) : System
db DatabaseIfc
p IfcBuildingElementProxy
options DuplicateOptions
return System
		internal IfcBuildingElementProxy(DatabaseIfc db, IfcBuildingElementProxy p, DuplicateOptions options) : base(db, p, options) { PredefinedType = p.PredefinedType; }
		public IfcBuildingElementProxy(IfcObjectDefinition host, IfcObjectPlacement p, IfcProductDefinitionShape r) : base(host, p, r) { Name = "NOTDEFINED"; }

Same methods

IfcBuildingElementProxy::IfcBuildingElementProxy ( ) : System
IfcBuildingElementProxy::IfcBuildingElementProxy ( IfcObjectDefinition host, IfcObjectPlacement p, IfcProductDefinitionShape r ) : System
IfcBuildingElementProxy::IfcBuildingElementProxy ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, double length ) : System
IfcBuildingElementProxy