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

IfcLogical() public method

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

Same methods

IfcLogical::IfcLogical ( bool value ) : System