Click or drag to resize

BasicShapeGetOffsetShape Method

Create geometry offset by the specified distance.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract BasicShape GetOffsetShape(
	double offset
)

Parameters

offset
Type: SystemDouble
offset amount

Return Value

Type: BasicShape
BasicShape representing the offset figure.
See Also