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
)
Public MustOverride Function GetOffsetShape (
offset As Double
) As BasicShape
Parameters
- offset
- Type: SystemDouble
offset amount
Return Value
Type:
BasicShape BasicShape representing the offset figure.
See Also