Api session event editor parametric: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Api session event editor parametric Events.
Api session event editor parametric Events.


Parametric editing.
API Endpoints for Parametric editing.
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[Api session event editor parametric add|ADD]]
|[[Api session event editor parametric add|add]]
|Add new Parametric
|Add new Parametric
|-
|-
|[[Api session event editor parametric append attribute|APPEND_ATTRIBUTE]]
|[[Api session event editor parametric append attribute|append_attribute]]
|Appended to existing Parametric attribute value
|Appended to existing Parametric attribute value
|-
|-
|[[Api session event editor parametric duplicate|DUPLICATE]]
|[[Api session event editor parametric duplicate|duplicate]]
|Duplicate existing Parametric
|Duplicate existing Parametric
|-
|-
|[[Api session event editor parametric remove|REMOVE]]
|[[Api session event editor parametric remove|remove]]
|Remove existing Parametric
|Remove existing Parametric
|-
|-
|[[Api session event editor parametric remove attribute|REMOVE_ATTRIBUTE]]
|[[Api session event editor parametric remove attribute|remove_attribute]]
|Remove attribute from Parametric
|Remove attribute from Parametric
|-
|-
|[[Api session event editor parametric set attribute|SET_ATTRIBUTE]]
|[[Api session event editor parametric set attribute|set_attribute]]
|Set Parametric attribute value
|Set Parametric attribute value
|-
|-
|[[Api session event editor parametric set attributes|SET_ATTRIBUTES]]
|[[Api session event editor parametric set attributes|set_attributes]]
|Set multiple Parametric attribute values
|Set multiple Parametric attribute values
|-
|-
|[[Api session event editor parametric set name|SET_NAME]]
|[[Api session event editor parametric set name|set_name]]
|Set new name of existing Parametric
|Set new name of existing Parametric
|-
|-
|[[Api session event editor parametric set polygons|SET_POLYGONS]]
|[[Api session event editor parametric set polygons|set_polygons]]
|Set polygons to existing Parametric
|Set polygons to existing Parametric
|}
|}


Specific Events:
Additional API Endpoints:
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[Api session event editor parametric add example|ADD_EXAMPLE]]
|[[Api session event editor parametric add example|add_example]]
|Add Example
|Add Example
|-
|-
|[[Api session event editor parametric add plot|ADD_PLOT]]
|[[Api session event editor parametric add plot|add_plot]]
|Add [[Plot]]
|Add [[Plot]]
|-
|-
|[[Api session event editor parametric apply|APPLY]]
|[[Api session event editor parametric apply|apply]]
|Apply
|Apply
|-
|-
|[[Api session event editor parametric generate|GENERATE]]
|[[Api session event editor parametric generate|generate]]
|Generate
|Generate
|-
|-
|[[Api session event editor parametric remove plot|REMOVE_PLOT]]
|[[Api session event editor parametric remove plot|remove_plot]]
|Remove [[Plot]]
|Remove [[Plot]]
|-
|-
|[[Api session event editor parametric remove plot attributes|REMOVE_PLOT_ATTRIBUTES]]
|[[Api session event editor parametric remove plot attributes|remove_plot_attributes]]
|Remove [[Plot]] Attributes
|Remove [[Plot]] Attributes
|-
|-
|[[Api session event editor parametric save as measure|SAVE_AS_MEASURE]]
|[[Api session event editor parametric save as measure|save_as_measure]]
|Save As [[Measure]]
|Save As [[Measure]]
|-
|-
|[[Api session event editor parametric set alignment|SET_ALIGNMENT]]
|[[Api session event editor parametric set alignment|set_alignment]]
|Set Alignment
|Set Alignment
|-
|-
|[[Api session event editor parametric set function|SET_FUNCTION]]
|[[Api session event editor parametric set function|set_function]]
|Set [[Function]]
|Set [[Function]]
|-
|-
|[[Api session event editor parametric set plot attributes|SET_PLOT_ATTRIBUTES]]
|[[Api session event editor parametric set plot attributes|set_plot_attributes]]
|Set [[Plot]] Attributes
|Set [[Plot]] Attributes
|-
|-
|[[Api session event editor parametric set plot function|SET_PLOT_FUNCTION]]
|[[Api session event editor parametric set plot function|set_plot_function]]
|Set [[Plot]] [[Function]]
|Set [[Plot]] [[Function]]
|}
|}
{{article end|seealso=*[[Api Events]]
{{article end|seealso=*[[Api Events]]
*[[Api session items parametricdesigns]]
}}
}}


[[Category:API]]
[[Category:API]]

Revision as of 11:29, 10 April 2026

Api session event editor parametric Events.

API Endpoints for Parametric editing.

Name Description
add Add new Parametric
append_attribute Appended to existing Parametric attribute value
duplicate Duplicate existing Parametric
remove Remove existing Parametric
remove_attribute Remove attribute from Parametric
set_attribute Set Parametric attribute value
set_attributes Set multiple Parametric attribute values
set_name Set new name of existing Parametric
set_polygons Set polygons to existing Parametric

Additional API Endpoints:

Name Description
add_example Add Example
add_plot Add Plot
apply Apply
generate Generate
remove_plot Remove Plot
remove_plot_attributes Remove Plot Attributes
save_as_measure Save As Measure
set_alignment Set Alignment
set_function Set Function
set_plot_attributes Set Plot Attributes
set_plot_function Set Plot Function

See also