HyperWorks Tools

::hwat::utils::ScaleEntity

::hwat::utils::ScaleEntity

Previous topic Next topic No expanding text in this topic  

::hwat::utils::ScaleEntity

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::utils::ScaleEntity - Scale the given entity.

 

SYNTAX

::hwat::utils::ScaleEntity idList type scaleX scaleY scaleZ nodeId.

 

ARGUMENTS

idList

The ID or list of IDs of the entity type to scale.

type

The type of the entity.

scaleX

The multiplication factor for the x coordinate.

scaleY

The multiplication factor for the y coordinate.

scaleZ

The multiplication factor for the z coordinate.

nodeId

The ID of the origin node.

 

RETURNS

1 if successful, {} if unsuccessful.

 

EXAMPLE

::hwat::utils::ScaleEntity [list 102 103 104] comps 2.0 1.0 1.0 1002.

 

 

See also

Utils Functions