M_Rhino_Geometry_SubD_ChamferVertex - mcneel/rhinocommon-api-docs GitHub Wiki
Removes a vertex and inserts a face using some parameters.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void ChamferVertex(
int vertexIndex,
DistancingMode mode,
double distance
)
VB
Public Sub ChamferVertex (
vertexIndex As Integer,
mode As DistancingMode,
distance As Double
)
- vertexIndex
- Type: System.Int32
The index of the vertex where insertion should happen. - mode
- Type: Rhino.Geometry.DistancingMode
The distance mode. - distance
- Type: System.Double
The distance, in terms defined with mode: units or unary values, where 0 is start and 1 is end.
Supported in: 6.0.16224.21491