WEMClipPlaneToMarkers¶
- MLModule¶
genre
author
package
dll
definition
Purpose¶
The module WEMClipPlaneToMarkers clips a WEM with a given Plane and generates markers that represent the intersection of the WEM and the plane.
Input Fields¶
inWEM¶
- name: inWEM, type: WEM(MLBase)¶
The input WEM.
For accessing this object via scripting, see the Scripting Reference:
MLWEMWrapper.
Output Fields¶
outXMarkerList¶
- name: outXMarkerList, type: XMarkerList(MLBase)¶
The output marker list.
For accessing this object via scripting, see the Scripting Reference:
MLXMarkerListWrapper.
Parameter Fields¶
Visible Fields¶
Target Marker Distance¶
- name: targetMarkerDistance, type: Double, default: 0¶
Sets a target distance between the markers to be generated.
Since the markers will be evenly distributed along a cut, the real distance between the markers will differ slightly from this value.
Normal Mode¶
- name: normalMode, type: Enum, default: NodeNormals¶
Values:
Title |
Name |
|---|---|
Face Normals |
FaceNormals |
Node Normals |
NodeNormals |
Plane¶
- name: plane, type: Plane, default: 0 0 1 0¶
Defines the plane (in world coordinates) that is used for clipping with the WEM.