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

IfcDistributionFlowElement() protected méthode

protected IfcDistributionFlowElement ( IfcDistributionFlowElement basis ) : System
basis IfcDistributionFlowElement
Résultat System
		protected IfcDistributionFlowElement(IfcDistributionFlowElement basis) : base(basis) { mSourcePort = basis.mSourcePort; mSinkPort = basis.mSinkPort;  }
		internal IfcDistributionFlowElement(DatabaseIfc db, IfcDistributionFlowElement e) : base(db,e) { }

Same methods

IfcDistributionFlowElement::IfcDistributionFlowElement ( ) : System
IfcDistributionFlowElement::IfcDistributionFlowElement ( DatabaseIfc db, IfcDistributionFlowElement e ) : System
IfcDistributionFlowElement::IfcDistributionFlowElement ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductRepresentation representation, IfcDistributionSystem system ) : System