IDrawable.GetTransformedDrawable

IDrawable.GetTransformedDrawable method

Creates a new drawable using provided points and non-geometric properties of current drawable

public IDrawable GetTransformedDrawable(Point3D[] newPoints)
ParameterTypeDescription
newPointsPoint3D[]All points defining new geometry

Return Value

New drawable with new geometry and current non-geometric properties

See Also