Defines a list of available geometry operations.
Declaration Syntax
public interface IOperations
Table 114: Members
Property | Queries |
Gets the list of methods to query information on the geometry. |
Property | Tools |
Gets the list of additional tools to manipulate the geometry. |
Method | CreateExtrudeOperation(IEnumerable<double>, double) |
Creates an "Extrude" operation. |
Method | CreateIntersectOperation(IEnumerable<IPSGeoBody>) |
Creates an "Intersect" operation. |
Method | CreateRevolveOperation(IEnumerable<double>, IEnumerable<double>) |
Creates a "Revolve" operation. |
Method | CreateSubtractOperation(IEnumerable<IPSGeoBody>) |
Creates a "Subtract" operation. |
Method | CreateUnionOperation() |
Creates an "Union" operation. |