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

IfcLogical() public méthode

public IfcLogical ( IfcLogicalEnum value ) : System
value IfcLogicalEnum
Résultat System
		public IfcLogical(IfcLogicalEnum value) { mValue = value; }
		public IfcLogical(bool value) { mValue = value ? IfcLogicalEnum.TRUE : IfcLogicalEnum.FALSE; }

Same methods

IfcLogical::IfcLogical ( bool value ) : System