Interface: IOperations

Defines a list of available geometry operations.

Methods

Name Description
CreateExtrudeOperation(IEnumerable<Double>, Double) Creates an "Extrude" operation.
CreateIntersectOperation(IEnumerable<IPSGeoBody>) Creates an "Intersect" operation.
CreateRevolveOperation(IEnumerable<Double>, IEnumerable<Double>) Creates a "Revolve" operation.
CreateSubtractOperation(IEnumerable<IPSGeoBody>) Creates a "Subtract" operation.
CreateUnionOperation() Creates an "Union" operation.

Properties

Name Description
Queries Gets the list of methods to query information on the geometry.
Tools Gets the list of additional tools to manipulate the geometry.