CrossSectionCreate Method

Definition

Namespace: Macad.Core.Shapes
Assembly: Macad.Core (in Macad.Core.dll) Version: 3.0.1840
C#
public static CrossSection Create(
	Body targetBody,
	Pln plane,
	bool isPlaneLocal = false
)

Parameters

targetBody  Body
 
plane  Pln
 
isPlaneLocal  Boolean  (Optional)
 

Return Value

CrossSection

See Also