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

IfcDoor() public méthode

public IfcDoor ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System
host IfcObjectDefinition
placement IfcObjectPlacement
representation IfcProductRepresentation
Résultat System
		public IfcDoor(IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation) : base(host, placement, representation) { }
		internal static IfcDoor Parse(string str, ReleaseVersion schema) { IfcDoor d = new IfcDoor(); int pos = 0; d.Parse(str, ref pos, str.Length, schema); return d; }

Same methods

IfcDoor::IfcDoor ( ) : System
IfcDoor::IfcDoor ( DatabaseIfc db, IfcDoor d ) : System