This class defines a dependent Mirror curve. A Mirror curve is similar to a mirror object that you create using the Mirror tool (on the 3ds Max toolbar) or the Mirror modifier. It is the original curve reflected about one or two axes.
Constructors
NURBSMirrorCurve [<property>:<val>]...
Any of the object's properties may be set via optional keyword arguments on the constructor.
getObject <nurbsset> <index>
Properties
<nurbsmirrorcurve>.parent : integer
The parent curve by NURBSet index.
<nurbsmirrorcurve>.parentID : integer
The parent curve by NURBSId.
<nurbsmirrorcurve>.axis :#X, #Y, #Z, #XY, #XZ, #YZ
The axis or axes of reflection for the curve.
<nurbsmirrorcurve>.distance : float
The mirror offset distance.
<nurbsmirrorcurve>.transform : matrix3
This is an additional transformation applied to the axis specification. This corresponds to the gizmo the user may use interactively to alter the location of the mirror axis. This is exactly equivalent to setting the transform on the gizmo of a mirror modifier.