Functions | |
json | FormIt.SectionPlanes.Clear () |
Clear the list of section planes created from calls to FormIt.SectionPlanes.SetPlanes. | |
json | FormIt.SectionPlanes.SetPlanes (planes) |
Set the current Section Planes. | |
json | FormIt.SectionPlanes.GetPlanes () |
Get the current Section Planes. | |
json | FormIt.SectionPlanes.GetInstances () |
Get the WSM group instances representing section planes. | |
json | FormIt.SectionPlanes.GetPlaneLayers () |
Get the WSM layers that represent section planes. | |
json | FormIt.SectionPlanes.SetOutlineColor (color) |
Set the section plane outline color. | |
json | FormIt.SectionPlanes.GetOutlineColor () |
Get the section plane outline color. | |
json | FormIt.SectionPlanes.SetOutlineSize (s) |
Set the section plane outline size. | |
json | FormIt.SectionPlanes.GetOutlineSize () |
Get the section plane outline size. | |
json | FormIt.SectionPlanes.SetSectionIndicatorsVisibility (visible) |
Set the geometry representing section planes visible. | |
json | FormIt.SectionPlanes.SetPocheColor (color) |
Set the section plane Poche color. | |
json | FormIt.SectionPlanes.GetPocheColor () |
Get the section plane Poche color. | |
json | FormIt.SectionPlanes.EnablePocheColor (enable) |
Enable the Poche color given a bool. | |
json | FormIt.SectionPlanes.IsPocheColorEnabled () |
IsPocheColorEnabled returns the Poche color state (on/off). | |
json | FormIt.SectionPlanes.SectionPlaneHistoryChanged () |
SectionPlaneHistoryChanged returns true if the section plane History has changed. | |
json | FormIt.SectionPlanes.SetLastSectionRefHistory (historyId) |
Enable the Poche color given a bool. | |
json | FormIt.SectionPlanes.GetLastSectionRefHistory () |
Get the History ID that represents a section plane. | |
json FormIt.SectionPlanes.Clear | ( | ) |
Clear the list of section planes created from calls to FormIt.SectionPlanes.SetPlanes.
This API does not clear the section planes generated from the section plane Object attribute. Out: JSON_UNDEFINED
json FormIt.SectionPlanes.EnablePocheColor | ( | enable | ) |
Enable the Poche color given a bool.
[in] | enable | bool |
json FormIt.SectionPlanes.GetInstances | ( | ) |
Get the WSM group instances representing section planes.
json FormIt.SectionPlanes.GetLastSectionRefHistory | ( | ) |
Get the History ID that represents a section plane.
json FormIt.SectionPlanes.GetOutlineColor | ( | ) |
Get the section plane outline color.
json FormIt.SectionPlanes.GetOutlineSize | ( | ) |
Get the section plane outline size.
json FormIt.SectionPlanes.GetPlaneLayers | ( | ) |
Get the WSM layers that represent section planes.
json FormIt.SectionPlanes.GetPlanes | ( | ) |
Get the current Section Planes.
json FormIt.SectionPlanes.GetPocheColor | ( | ) |
Get the section plane Poche color.
json FormIt.SectionPlanes.IsPocheColorEnabled | ( | ) |
IsPocheColorEnabled returns the Poche color state (on/off).
json FormIt.SectionPlanes.SectionPlaneHistoryChanged | ( | ) |
SectionPlaneHistoryChanged returns true if the section plane History has changed.
json FormIt.SectionPlanes.SetLastSectionRefHistory | ( | historyId | ) |
Enable the Poche color given a bool.
[in] | historyId | int |
json FormIt.SectionPlanes.SetOutlineColor | ( | color | ) |
json FormIt.SectionPlanes.SetOutlineSize | ( | s | ) |
Set the section plane outline size.
[in] | s | float |
json FormIt.SectionPlanes.SetPlanes | ( | planes | ) |
Set the current Section Planes.
[in] | planes | Array of WSM.Plane |
json FormIt.SectionPlanes.SetPocheColor | ( | color | ) |
json FormIt.SectionPlanes.SetSectionIndicatorsVisibility | ( | visible | ) |
Set the geometry representing section planes visible.
[in] | visible | bool |