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

IfcDiscreteAccessory() private method

private IfcDiscreteAccessory ( DatabaseIfc db, IfcDiscreteAccessory a ) : System
db DatabaseIfc
a IfcDiscreteAccessory
return System
		internal IfcDiscreteAccessory(DatabaseIfc db, IfcDiscreteAccessory a) : base(db, a) { mPredefinedType = a.mPredefinedType; }
		public IfcDiscreteAccessory(IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation) : base(host, placement, representation) { }

Same methods

IfcDiscreteAccessory::IfcDiscreteAccessory ( ) : System
IfcDiscreteAccessory::IfcDiscreteAccessory ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation ) : System