CADability dotNET

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static IGeoObject[] MakeChamfer(
	Face primaryFace,
	Edge[] edges,
	double primaryDist,
	double secondaryDist,
	out IGeoObject[] affectedShellsOrSolids
)
Visual Basic
Public Shared Function MakeChamfer ( _
	primaryFace As Face, _
	edges As Edge(), _
	primaryDist As Double, _
	secondaryDist As Double, _
	<OutAttribute> ByRef affectedShellsOrSolids As IGeoObject() _
) As IGeoObject()
Visual C++
public:
static array<IGeoObject^>^ MakeChamfer(
	Face^ primaryFace, 
	array<Edge^>^ edges, 
	double primaryDist, 
	double secondaryDist, 
	[OutAttribute] array<IGeoObject^>^% affectedShellsOrSolids
)

Parameters

primaryFace
Type: CADability.GeoObject..::..Face
edges
Type: array<CADability..::..Edge>[]()[][]
primaryDist
Type: System..::..Double
secondaryDist
Type: System..::..Double
affectedShellsOrSolids
Type: array<CADability.GeoObject..::..IGeoObject>[]()[][]%

See Also