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

IfcVoidingFeature() private méthode

private IfcVoidingFeature ( DatabaseIfc db, IfcVoidingFeature v ) : System
db DatabaseIfc
v IfcVoidingFeature
Résultat System
		internal IfcVoidingFeature(DatabaseIfc db, IfcVoidingFeature v) : base(db,v) { mPredefinedType = v.mPredefinedType; }
		public IfcVoidingFeature(IfcElement host,IfcProductRepresentation rep,IfcVoidingFeatureTypeEnum type) : base(host,rep) { mPredefinedType = type; }

Same methods

IfcVoidingFeature::IfcVoidingFeature ( ) : System
IfcVoidingFeature::IfcVoidingFeature ( IfcElement host, IfcProductRepresentation rep, IfcVoidingFeatureTypeEnum type ) : System