TransientGeometry.GetFarmostPoint Method
Parent Object: TransientGeometryDescription
Gets the farmost point along the direction.
Syntax
TransientGeometry.GetFarmostPoint( Entity As Object, Direction As UnitVector ) As PointParameters
Name | Type | Description |
Entity | Object | Input the entity object from which to get the farmost point along specified direction. Valid entity can be Edge, Face and SurfaceBody. |
Direction | UnitVector | Input the UnitVector object to specify the direction. |