|
Action:
|
This extension returns the entity (FACE or EDGE) associated with a deformable model.
|
|
|
Filename:
|
adm/ds_scm/dsscm.cxx
|
|
|
APIs:
|
api_dm_get_attrib_dm2acis
|
|
|
Syntax:
|
(ds:get-entity owner tag)
|
|
|
Arg Types:
|
owner
|
entity
|
|
tag
|
integer
|
|
|
Returns:
|
entity
|
|
|
Description:
|
In
ACIS deformable modeling, every deformable model corresponds to exactly one
ACIS entity, either a FACE or an EDGE. This query returns the entity associate with the underlying
ACIS entity.
|
|
|
owner ACIS face or edge on which the deformable model lives.
|
|
|
tag identifier recognizes a constraint.
|
|
|
Example:
|
; ds:get-entity
|
|
; No example at this time
|