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

IfcLogical() public méthode

public IfcLogical ( bool value ) : System
value bool
Résultat System
		public IfcLogical(bool value) { mValue = value ? IfcLogicalEnum.TRUE : IfcLogicalEnum.FALSE; }
		public override string ToString() { return "IFCLOGICAL(" + ParserIfc.LogicalToString(mValue) + ")"; }

Same methods

IfcLogical::IfcLogical ( IfcLogicalEnum value ) : System