Class: SelectionHelper

Methods

Name Description
CastRayOnGeometry(BoundVector, GeometryRayCastSettings) Finds geometry entities intersecting input BoundVector and returns them in list of GeometryRayCastHit. These are returned in the order they are hit, each item containing the entity and BoundVector normal to point hit.
CreateVector3D(ISelectionInfo, Boolean) Creates a Vector3D object based on the given selection and reverse flag. The direction is computed as the outward normal of a planar face, the direction between two nodes or vertices from the first to the second, or the axis of an edge. The reversed flag will return the opposite of the computed direction.