This enum specifies the biasing type to apply for the morphing operation.
Declaration Syntax
public enum MorphingBiasingType
Table 1151: Members
|
Member |
Disabled |
Indicates that biasing is disabled. |
|
Member |
PreserveFixed |
Indicates that biasing is enabled and set up to preserve the fixed nodes. |
|
Member |
PreserveFixedAndMovable |
Indicates that biasing is enabled and set up to preserve the fixed and movable nodes. |
|
Member |
PreserveMovable |
Indicates that biasing is enabled and set up to preserve the movable nodes. |