PostPInfo: Difference between revisions
Jump to navigation
Jump to search
(Created page with "right|50px|link=Toolpaths Category:SDK This object is used access a post processor within the program. A post processor is acquired from the ToolpathSave...") |
No edit summary |
||
Line 11: | Line 11: | ||
'''Interaction:''' Read Only | '''Interaction:''' Read Only | ||
'''Returns:''' (string) the name of the post processor. This is the name displayed in the dropdown list within the program | '''Returns:''' (string) the name of the post processor. This is the name displayed in the dropdown list within the program | ||
Line 19: | Line 19: | ||
'''Interaction:''' Read Only | '''Interaction:''' Read Only | ||
'''Returns:''' (string) the filen name of the post processor. This does not include the path to the PostP directory. | '''Returns:''' (string) the filen name of the post processor. This does not include the path to the PostP directory. | ||
Line 27: | Line 27: | ||
'''Interaction:''' Read Only | '''Interaction:''' Read Only | ||
'''Returns:''' (string) the file extension to use for toolpaths saved using this post processor. Does not include the <q>.</q> | '''Returns:''' (string) the file extension to use for toolpaths saved using this post processor. Does not include the <q>.</q> | ||
=====For Example:===== | =====For Example:===== | ||
Line 38: | Line 38: | ||
'''Interaction:''' Read Only | '''Interaction:''' Read Only | ||
'''Returns:''' (bool) true if the post processor supports arcs. If arcs are not supported, any arc moves in the toolpath are output as a series of straight lines approximating the arc within tolerance. | '''Returns:''' (bool) true if the post processor supports arcs. If arcs are not supported, any arc moves in the toolpath are output as a series of straight lines approximating the arc within tolerance. | ||
Line 46: | Line 46: | ||
'''Interaction:''' Read Only | '''Interaction:''' Read Only | ||
'''Returns:''' (bool) true if the post processor supports tool changing. | '''Returns:''' (bool) true if the post processor supports tool changing. | ||
Line 54: | Line 54: | ||
'''Interaction:''' Read Only | '''Interaction:''' Read Only | ||
'''Returns:''' (bool) true if the post processor wraps X moves onto a rotary axis | '''Returns:''' (bool) true if the post processor wraps X moves onto a rotary axis | ||
Line 62: | Line 62: | ||
'''Interaction:''' Read Only | '''Interaction:''' Read Only | ||
'''Returns:''' (bool) true if the post processor wraps Y moves onto a rotary axis | '''Returns:''' (bool) true if the post processor wraps Y moves onto a rotary axis | ||
Latest revision as of 17:39, 1 May 2024
This object is used access a post processor within the program. A post processor is acquired from the ToolpathSaver objects :GetPostWithName(),:GetPostWithFilename() or:GetPostAtIndex() methods.
Properties
.Name
Interaction: Read Only
Returns: (string) the name of the post processor. This is the name displayed in the dropdown list within the program
.FileName
Interaction: Read Only
Returns: (string) the filen name of the post processor. This does not include the path to the PostP directory.
.Extension
Interaction: Read Only
Returns: (string) the file extension to use for toolpaths saved using this post processor. Does not include the.
For Example:
"txt" NOT ".txt"
.SupportsArcs
Interaction: Read Only
Returns: (bool) true if the post processor supports arcs. If arcs are not supported, any arc moves in the toolpath are output as a series of straight lines approximating the arc within tolerance.
.SupportsToolchange
Interaction: Read Only
Returns: (bool) true if the post processor supports tool changing.
.Wrap_X_Axis
Interaction: Read Only
Returns: (bool) true if the post processor wraps X moves onto a rotary axis
.Wrap_Y_Axis
Interaction: Read Only
Returns: (bool) true if the post processor wraps Y moves onto a rotary axis
References
Please Note: The base material for the contents found in this WiKi was sourced from Vectric Lua Interface for Gadgets, version 2.05, published September 12, 2018. by Vectric Ltd. Most current document from Vertric can be downloaded at Vertric Developer Information