IMdChamfer::Vertices

Use this property to get and set the vertices when the EntityOption is equal to the cmChamferVertices.

Compatibility

Cimatron 2026 or later

Syntax

object[] Vertices {get; set;};

Vertices : object[]

Return Type

Return: object[]

pVertices—Variant that contains array of the the IPointData

   

Input Type

Input: object[]

iVertices—Variant that contains array of the the IPointData

   

Remarks

None

Example