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

IfcBooleanResult() public méthode

public IfcBooleanResult ( IfcBooleanOperator op, IfcBooleanOperand first, IfcBooleanOperand second ) : System
op IfcBooleanOperator
first IfcBooleanOperand
second IfcBooleanOperand
Résultat 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