CADability dotNET
Returns a modified shape of this shape. This shape remains unchanged.

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

Syntax

C#
public SimpleShape GetModified(
	ModOp2D m
)
Visual Basic
Public Function GetModified ( _
	m As ModOp2D _
) As SimpleShape
Visual C++
public:
SimpleShape^ GetModified(
	ModOp2D m
)

Parameters

m
Type: CADability..::..ModOp2D
Modification by which this shape is modified

Return Value

See Also