![]() | Variable |
The VariableGrid type exposes the following members.
Name | Description | |
---|---|---|
![]() | DisplayColor | Gets/Sets color of variable grid lattice. |
![]() | DisplayName |
Gets/Sets the display name of the underlying sim object.
(Inherited from APISimObjectBaseTWrapper) |
![]() | EnableXAxis | Gets/sets whether to impose step size in the X direction. |
![]() | EnableYAxis | Gets/sets whether to impose step size in the Y direction. |
![]() | EnableZAxis | Gets/sets whether to impose step size in the Z direction. |
![]() | IsMHARNESS | Gets/Sets whether MHARNESS elements are supported in this variable grid. |
![]() | Maximum | Gets/Sets the maximum point in the lattice. |
![]() | Minimum | Gets/Sets the minimum point in the lattice. |
![]() | Priority | Gets/Sets the variable grid priority for the meshing engine. |
![]() | StepSize | Gets/Sets the lattice step size in meters. |
Name | Description | |
---|---|---|
![]() ![]() | Create(Document) | Create a new variable grid. |
![]() ![]() | Create(Point, Point, Document) | Create a new variable grid. |
![]() | Delete |
Deletes sim object.
(Inherited from APISimObjectBaseTWrapper) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() ![]() | GetAll | Retrieve all VariableGrid objects in the document. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetName |
Returns the name of the object.
(Inherited from APISimObjectBaseTWrapper) |
![]() | GetSiblings |
Get all objects that share this object's type in the document.
(Overrides APISimObjectBaseTWrapperGetSiblings(Document)) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | SetBounds | Set the bounds of a variable grid with a Box object. |
![]() | SetName |
Sets the name of the object
(Inherited from APISimObjectBaseTWrapper) |
![]() | SetVisibility |
Sets the visibility status of the object.
(Inherited from APISimObjectBaseTWrapper) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
from ema3d.Api.V25.Core.Domain import VariableGrid as VariableGrid # Create Grid vg1 = VariableGrid.Create(Point.Create(0, 0, 0), Point.Create(0.02, 0.02, 0.02)) vg1.StepSize = Point.Create(0.001, 0.001, 0.001)