J | |
join | |
join(static), pw:: | |
joinConnectors, pw:: | |
joinDomains, pw:: | |
K | |
KeepExistingDomains, pw:: | |
KeepFailingStep, pw:: | |
Key, pw:: | |
L | |
Layer, pw:: | |
length | |
lessThan, pwu:: | |
line, pwu:: | |
LineDensity, pw:: | |
LineMode | |
LineWidth, pw:: | |
list, pw:: | |
load | |
loadTk, pw:: | |
lockDistribution, pw:: | |
lockGroup, pw:: | |
lockInterior, pw:: | |
LoggingLevel, pw:: | |
LogVerbosity, pw:: |
This action joins as many of the given structured blocks together as possible.
pw::BlockStructured join ?-reject rejectVar? blocks
This action joins as many of the given unstructured blocks together as possible.
pw::BlockUnstructured join ?-reject rejectVar? blocks
This action joins this connector with a given connector.
$con join ?<-keepDistribution | -resetDistribution>? ?-deleteBreakPoints? connector ?side?
This action joins as many of the given curves together as possible.
pw::Curve join ?-reject rejectVar? ?-tolerance tol? curves
This action joins as many of the given structured domains together as possible.
pw::DomainStructured join ?-reject rejectVar? domains
This action joins as many of the given unstructured domains together as possible.
pw::DomainUnstructured join ?-reject rejectVar? domains
This action joins as many of the given shells together as possible.
pw::Shell join ?-reject rejectVar? ?-tolerance tol? shell
This action joins as many of the given source curves together as possible.
pw::SourceCurve join ?-reject rejectVar? ?-tolerance tol? curves
This action joins as many of the given surfaces together as possible.
pw::Surface join ?-reject rejectVar? ?-tolerance tol? surfs
This action joins as many of the given connectors together as possible.
pw::Connector join ?<-keepDistribution | -resetDistribution>? ?-deleteBreakPoints? ?-reject rejectVar? connectors
This action joins the connectors in this edge to form a single connector.
$edge joinConnectors
This action joins the domains in this face to create a single domain.
$face joinDomains
This attribute controls whether any pre-existing domains constrained to the quilts in the mode are retained or destroyed.
$mesher get/setKeepExistingDomains value
This attribute is the flag for whether the failing step of extrusion should be kept.
$entity get/setKeepFailingStep keep
This gets the file type unique key.
pw::Application getFileTypeAttribute filetype_id Key
This attribute is the layer that the entity is in.
$entity get/setLayer ?-parents? layer
Return the length of the vector
pwu::Vector2 length vec
Return the length of the vector
pwu::Vector3 length vec
Check if the first time is less than the second time
pwu::Time lessThan time1 time2
Get the intersection of a line and a given plane
pwu::Plane line ?-intersect intersectVar? plane origin dir
This attribute is the line density for entity rendering.
$entity get/setRenderAttribute LineDensity ij
This attribute is the line mode for rendering a cut object.
$cut get/setRenderAttribute LineMode mode
This attribute is the line mode for rendering a cut object.
$cutPlane get/setRenderAttribute LineMode mode
This attribute is the line mode for rendering an entity.
$entity get/setRenderAttribute LineMode mode
This attribute is the line width for entity rendering.
$entity get/setRenderAttribute LineWidth width
This action returns a list of entity objects in a collection.
$collection list
This action loads the entities and settings from the native file.
pw::Application load ?-ignoreCAESolver? ?-environment? ?-rules < KeepOld | KeepNew | KeepBoth >? filename
This action loads the entities and settings from the native file.
$loader load
This action loads and initializes the Tk library for use in the script.
pw::Script loadTk
This action locks the distribution of a subconnector.
$con lockDistribution index
This function sets the lock status of a group to either locked or unlocked.
$quilter lockGroup $group_index $lock_status
This action locks the interior points from being automatically freed.
$block lockInterior
Controls message logging level.
pw::Application get/setCAESolverAttribute LoggingLevel value
Controls vebosity of export logging to the message window.
pw::Application get/setCAESolverAttribute LogVerbosity value