Glyph Version 7.22.2 |
pw:: VolumeConditionCAE volume condition type Derives FromSummary
create
This action creates a new volume condition object. ParametersNone ReturnsThis action returns a new pw::VolumeCondition object. getByName
This action gets a volume condition object with the given name Parameters
ReturnsThis action returns a pw::VolumeCondition object. getNames
This action gets a list of volume condition names. ParametersNone ReturnsThis action returns the volume condition names as a list of strings. getPhysicalTypes
This action gets a list of physical type names. ParametersNone ReturnsThis action retuns the physical type names as a list of strings. Name
This attribute is the name of the volume condition. TypeThis attribute is a string. DefaultThe default for this attribute is a uniquely generated name. PhysicalType
This attribute is the physical type of the volume condition. TypeThis attribute is a string. DefaultThe default for this attribute is Unspecified. apply
This action applies this volume condition to the given domains or blocks. Parameters
ReturnsThis action returns nothing. getEntities
This action returns the entities that this volume condition has been applied to. Parameters
ReturnsThis action returns a list of pw::Block objects when in 3D mode, and a list of pw::Domain objects when in 2D mode. getEntityCount
This action returns the number of entities that this volume condition has been applied to. Parameters
ReturnsThis action returns an integer value. getScalarNames
This action gets the volume condition scalar names. ParametersNone ReturnsThis action returns the scalar namse as list of strings. deleteScalar
This action deletes a user-defined volume condition scalar. Parameters
ReturnsThis action returns nothing. |
This action creates a new volume condition object.
pw::VolumeCondition create
This action gets a volume condition object with the given name
pw::VolumeCondition getByName name
This action gets a list of volume condition names.
pw::VolumeCondition getNames
This action gets a list of physical type names.
pw::VolumeCondition getPhysicalTypes
This attribute is the name of the volume condition.
$vc get/setName name
This attribute is the integer id of the volume condition.
$vc get/setId id
This attribute is the physical type of the volume condition.
$vc get/setPhysicalType type
This action deletes this volume condition.
$vc delete
This action applies this volume condition to the given domains or blocks.
$vc apply entity_list
This action returns the entities that this volume condition has been applied to.
$vc getEntities ?-visibility onoff?
This action returns the number of entities that this volume condition has been applied to.
$vc getEntityCount ?-visibility onoff?
This action gets the volume condition scalar names.
$vc getScalarNames
This action gets the value of a volume condition scalar.
$vc getScalarValue name
This action sets the value of a volume condition scalar.
$vc setScalarValue name value
This action deletes a user-defined volume condition scalar.
$vc deleteScalar name