IMdAdvancedLine::SecondEntityTangNormal

Use this method to get or set whether the line created is Tangental or Normal to the Second Entity.

Compatibility

Cimatron 2024 or later

Syntax

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

SecondEntityTangNormal:interop.CimMdlrAPI.eMdTangentNormalOption

Return Type

Return: interop.CimMdlrAPI.eMdTangentNormalOption

pVal - Whether the line created is tangental or Normal to the Second Entity
   

Input Type

Input: interop.CimMdlrAPI.eMdTangentNormalOption

newVal - Whether the line created to be tangent/Normal to Second Entity
   

Remarks

None

Example