FormIt Plugin API
v23.0.0 (2023.0.0)
|
Functions | |
json | FormIt.SectionPlanes.Clear () |
json | FormIt.SectionPlanes.SetPlanes (planes) |
Set the current Section Planes. More... | |
json | FormIt.SectionPlanes.GetPlanes () |
Get the current Section Planes. More... | |
json | FormIt.SectionPlanes.GetInstances () |
Get the WSM group instances representing section planes. More... | |
json | FormIt.SectionPlanes.GetPlaneLayers () |
Get the WSM layers that represent section planes. More... | |
json | FormIt.SectionPlanes.SetOutlineColor (color) |
Set the section plane outline color. More... | |
json | FormIt.SectionPlanes.GetOutlineColor () |
Get the section plane outline color. More... | |
json | FormIt.SectionPlanes.SetOutlineSize (s) |
Set the section plane outline size. More... | |
json | FormIt.SectionPlanes.GetOutlineSize () |
Get the section plane outline size. More... | |
json | FormIt.SectionPlanes.SetSectionIndicatorsVisibility (visible) |
Set the geometry representing section planes visible. More... | |
json | FormIt.SectionPlanes.SetPocheColor (color) |
Set the section plane Poche color. More... | |
json | FormIt.SectionPlanes.GetPocheColor () |
Get the section plane Poche color. More... | |
json | FormIt.SectionPlanes.EnablePocheColor (enable) |
Enable the Poche color given a bool. More... | |
json | FormIt.SectionPlanes.IsPocheColorEnabled () |
IsPocheColorEnabled returns the Poche color state (on/off). More... | |
json | FormIt.SectionPlanes.SectionPlaneHistoryChanged () |
SectionPlaneHistoryChanged returns true if the section plane History has changed. More... | |
json | FormIt.SectionPlanes.SetLastSectionRefHistory (historyId) |
Enable the Poche color given a bool. More... | |
json | FormIt.SectionPlanes.GetLastSectionRefHistory () |
Get the History ID that represents a section plane. More... | |
json FormIt.SectionPlanes.Clear | ( | ) |
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 |