IGeoEdge

Defines additional members specific to Mechanical for an edge.

Declaration Syntax

public interface IGeoEdge

Table 1869: Members

Property

CrossSectionOrientation

Gets or sets the coordinate system that defines the edge cross section orientation.

Property

Extents

Gets the parameter extents of the edge [min, max].

Property

IsParamReversed

Gets a boolean that indicates if the edge orientation is reversed or not.

Method

ParamAtPoint(double[])

Returns the parameter for the given point on the edge.

Method

PointAtParam(double)

Returns the point for the given parameter on the edge.

Method

PointsAtParams(double[])

Returns an array of point coordinates for the given set of parameters on the edge.

Method

TangentAtParam(double)

Returns the tangent vector for the given parameter on the edge.

Method

TangentsAtParams(double[])

Returns an array of tangent vectors for the given set of parameters on the edge.