Description
Reference transformation modes for transformation commands (Translate, Rotate, Scale).
Note: "COG" indicates an additional translation about the Centre-Of-Geometry. "Sym" indicates a symmetrical translation. These indicators can also be used in combination.
C# Syntax
siRefMode.siGlobal // 1 siRefMode.siLocal // 2 siRefMode.siObjCtr // 3 siRefMode.siView // 4 siRefMode.siParent // 6 siRefMode.siPlane // 7 siRefMode.siPivot // 8 siRefMode.siAdd // 70 siRefMode.siGlobalCOG // 17 siRefMode.siLocalCOG // 18 siRefMode.siObjectCOG // 19 siRefMode.siViewCOG // 20 siRefMode.siParentCOG // 22 siRefMode.siPlaneCOG // 23 siRefMode.siPivotCOG // 24 siRefMode.siAddCOG // 86 siRefMode.siGlobalSym // 2049 siRefMode.siLocalSym // 2050 siRefMode.siObjectSym // 2051 siRefMode.siViewSym // 2052 siRefMode.siParentSym // 2054 siRefMode.siPlaneSym // 2055 siRefMode.siPivotSym // 2056 siRefMode.siAddSym // 2118 siRefMode.siGlobalSymCOG // 2065 siRefMode.siLocalSymCOG // 2066 siRefMode.siObjectSymCOG // 2067 siRefMode.siViewSymCOG // 2068 siRefMode.siParentSymCOG // 2070 siRefMode.siPlaneSymCOG // 2071 siRefMode.siPivotSymCOG // 2072 siRefMode.siAddSymCOG // 2134
|
Constant |
Value |
Description |
|
1 |
Global (world) relative movement or position |
|
|
2 |
Local movement relative to center of each object/component |
|
|
3 |
By Reference movement relative to center of referenced object or an absolute position where 0,0,0 is the center of the referenced object. This corresponds to Ref mode on the MCP panel. |
|
|
4 |
By Reference movement relative to the view. |
|
|
6 |
Object/Parent movement is relative to the center of the parent (for an object) or the object (for a component). |
|
|
7 |
By Reference movement relative to the active reference plane. This corresponds to Plane mode on the MCP panel. |
|
|
8 |
Object/Pivot movement is relative to the object's pivot. If the object has not pivot or neutral pose, siPivot is the same as siParent. |
|
|
70 |
Additive rotation when manipulating (rotation only) |
|
|
17 |
Global + COG |
|
|
18 |
Local + COG |
|
|
19 |
Object + COG |
|
|
20 |
View + COG |
|
|
22 |
Parent + COG |
|
|
23 |
Plane + COG |
|
|
24 |
Pivot + COG |
|
|
86 |
Add + COG |
|
|
2049 |
Global + Sym |
|
|
2050 |
Local + Sym |
|
|
2051 |
Object + Sym |
|
|
2052 |
View + Sym |
|
|
2054 |
Parent + Sym |
|
|
2055 |
Plane + Sym |
|
|
2056 |
Pivot + Sym |
|
|
2118 |
Add + Sym |
|
|
2065 |
Global + Sym + COG |
|
|
2066 |
Local + Sym + COG |
|
|
2067 |
Object + Sym + COG |
|
|
2068 |
View + Sym + COG |
|
|
2070 |
Parent + Sym + COG |
|
|
2071 |
Plane + Sym + COG |
|
|
2072 |
Pivot + Sym + COG |
|
|
2134 |
Add + Sym + COG |
Applies To
Autodesk Softimage v7.5