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

IfcElement() protected méthode

protected IfcElement ( IfcElement basis ) : System
basis IfcElement
Résultat System
		protected IfcElement(IfcElement basis) : base(basis)
		{
			mTag = basis.mTag;
#warning todo finish inverse
		}
		protected IfcElement(DatabaseIfc db) : base(db) { }

Same methods

IfcElement::IfcElement ( ) : System
IfcElement::IfcElement ( DatabaseIfc db ) : System
IfcElement::IfcElement ( DatabaseIfc db, IfcElement e, bool downStream ) : System
IfcElement::IfcElement ( IfcObjectDefinition host, IfcObjectPlacement p, IfcProductRepresentation r ) : System
IfcElement::IfcElement ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, double>.Tuple arcOrigin, double arcAngle ) : System
IfcElement::IfcElement ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, double length ) : System