ICadMeasure Interface |
In a rule, this interface is implemented by the predefined object named Measure.
Namespace: Autodesk.iLogic.Interfaces
The ICadMeasure type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExtentsHeight |
Measures the extents of the document geometry in the Z direction.
This is the size along the Z axis of a rectangular box that is guaranteed to enclose the geometry.
It may be greater than the true extents.
|
![]() | ExtentsLength |
Measures the extents of the document geometry in the X direction.
This is the size along the X axis of a rectangular box that is guaranteed to enclose the geometry.
It may be greater than the true extents.
|
![]() | ExtentsWidth |
Measures the extents of the document geometry in the Y direction.
This is the size along the Y axis of a rectangular box that is guaranteed to enclose the geometry.
It may be greater than the true extents.
|
Name | Description | |
---|---|---|
![]() | Angle(Object, Object, Object) |
Measures the angle between two entities. The entities can be work features or iMates.
This can also be used to get the angle formed by three points.
|
![]() | Angle(Object, Object, Object, Object, Object, Object) |
Measures the angle between two entities. The entities can be work features or iMates.
This can also be used to get the angle formed by three points.
|
![]() | Area |
Measures the area of a sketch.
|
![]() | MinimumDistance(Object, Object) |
Measures the minimum distance between two entities. The entities can be work features or iMates.
|
![]() | MinimumDistance(Object, Object, Object, Object) |
Measures the minimum distance between two entities in assembly components. The entities can be work features or iMates.
|
![]() | Perimeter |
Measures the perimeter of a sketch.
|