GeometryGym.Ifc.IfcBooleanResult.IfcBooleanResult C# (CSharp) Метод

IfcBooleanResult() публичный Метод

public IfcBooleanResult ( IfcBooleanOperator op, IfcBooleanOperand first, IfcBooleanOperand second ) : System
op IfcBooleanOperator
first IfcBooleanOperand
second IfcBooleanOperand
Результат System
        public IfcBooleanResult(IfcBooleanOperator op, IfcBooleanOperand first, IfcBooleanOperand second)
            : base(first.Database)
        {
            mOperator = op;
            mFirstOperand = first.Index;
            mSecondOperand = second.Index;
        }

Same methods

IfcBooleanResult::IfcBooleanResult ( ) : System
IfcBooleanResult::IfcBooleanResult ( DatabaseIfc db, IfcBooleanResult b ) : System