|
JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.PromptNestedEntityResult(retCode,stringResult,objectId,point,xform,objectIds);
|
Parameters |
Description |
|
retCode |
The status result of the prompt operation. |
|
stringResult |
The optional string result of the prompt operation. |
|
objectId |
The entity that the user picked. |
|
point |
The point that was used to pick the entity. |
|
xform |
The transformation matrix that is applied to the picked object by its containers. |
|
objectIds |
Collection of nested entities object IDs. |
This class holds the result of a prompt that returns a nested entity as its primary result. This function is derived from Acad.PromptEntityResult.
|
Name |
Type |
Description |
Condition |
|
matrix |
Acad.Matrix 3d |
Gets the transformation matrix that is applied to the picked object by its containers. |
Read-only |
|
containers |
Array |
Gets an array of containers in which this entity is nested. Returns an array of object IDs representing the containers of this nested entity. |
Read-only |
|
Copyright (c) 2012. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|