The sensor's location type, a member of the
AgESnLocation enumeration.
| [Visual Basic .NET] |
|---|
Public Sub SetLocationType( _
ByVal LocationType As AgESnLocation _
)
|
| [C#] |
|---|
public void SetLocationType(
|
| [Managed C++] |
|---|
public: void SetLocationType(
|
| [Java] |
|---|
public setLocationType(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetLocationType(
|
- LocationType
-
Member Value Description eSnFixed 0 Fixed: the location of the sensor is defined using a fixed displacement vector with respect to the parent objects body frame. eSn3DModel 1 3D Model: the location of the sensor is defined using the sensor's 3D Graphics Vertex Offset properties. eSn3DModelWithScale 2 3D Model with Scale: the location of the sensor is defined using the sensor's 3D Graphics Vertex Offset properties. Location is computed using the scaled model defined for visualization. eSnCenter 3 Center: the sensor is located at the center of its parent object. eSnLocationCrdnPoint 4 Point: the sensor's location is based upon a Vector Geometry Tool point.
Define location from
Vector Geometry Tool point
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Define location from
Vector Geometry Tool point
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||