IMdLoft::FirstSlopeOption

Use this property to get and set the slope parameters of first entity selected for loft.

The Tangent option is only available for face selection if all the edges (boundaries) of the face have adjacent faces (same object), and when the face has no adjacent tangent (smooth) faces (such as a face created by Round).

Compatibility

Cimatron 2024 or later

Syntax

interop.CimMdlrAPI.LoftSlope FirstSlopeOption {get; set;};

FirstSlopeOption: interop.CimMdlrAPI.LoftSlope

Return Type

Return: interop.CimMdlrAPI.LoftSlope

pOption-Slope option for first entity selected

   

Input Type

Input: interop.CimMdlrAPI.LoftSlope

iOption-Slope option for first entity selected

   

Remarks

None

Example