SelectionHelper

No details are provided for this entry.

Declaration Syntax

public class SelectionHelper

Table 12: Members

Method

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.

Method

CreateVector3D(ISelectionInfo, bool)

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.