ShapeGroup(ShapeGroup) Constructor |
Copy constructor.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public ShapeGroup(
ShapeGroup from
)
Parameters
- from ShapeGroup
- Another shape group to copy from. The objects of this shape group are cloned before added to the new group.
See Also