GeometryGym.Ifc.IfcLogical.IfcLogical C# (CSharp) Method

IfcLogical() public method

public IfcLogical ( bool value ) : System
value bool
return 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