IMdAdvancedLine::EntityTangNormal

Use this method to get or set whether the line created is Tangental or Normal to an entity.

Compatibility

Cimatron 2024 or later

Syntax

interop.CimMdlrAPI.eMdTangentNormalOption EntityTangNormal {get; set;}

EntityTangNormal:interop.CimMdlrAPI.eMdTangentNormalOption

Return Type

Return: interop.CimMdlrAPI.eMdTangentNormalOption

pVal - Whether the line created is Tangental or Normal to entity
   

Input Type

Input: interop.CimMdlrAPI.eMdTangentNormalOption

newVal - whether the line created is Tangental or Normal to entity
   

Remarks

None

Example