Package empro :: Module empro :: Module mesh :: Class PartGridParameters
[frames] | no frames]

Class PartGridParameters

core.Updatable --+    
                 |    
    GridParameters --+
                     |
                    PartGridParameters

Interface to optional parameters for the grid of a part.

Class Hierarchy for PartGridParameters
Class Hierarchy for PartGridParameters

Instance Methods

Inherited from core.Updatable: __enter__, __exit__, clone, hash, isValid, reasonWhyInvalid

Properties
BoundingBox3DNone boundaryExtensions
Amount to extend the grid region by.
stringNone fixedPointsLocations
Fixed grid locations for the bounding box.
stringNone fixedPointsOptions
Options for automatically setting fixed points.
intNone minimumLoopSize
Minimal size for the LoopBoundaries option.
boolNone useFixedPoints
Specifies if fixed points should be used.
boolNone useGridRegions
Specifies if a grid region should be used.

Inherited from GridParameters: cellSizes, gridRegionDirections

Property Details

fixedPointsLocations

Fixed grid locations for the bounding box. Possible values are {'LowerX','LowerY','LowerZ','UpperX','UpperY','UpperZ','Lower','Upper','All'}. For example, 'LowerX | LowerY' specfies that a fixed point should be placed on the bottom and top X-value of the bounding box.

Type:
stringNone

fixedPointsOptions

Options for automatically setting fixed points. Possible values are {'C0VertexDiscontinuities','C1VertexDiscontinuities','GridAxisAlignedLineEndPoints','LoopBoundaries','OpenEllipseCenters','ClosedEllipseCenters','All'}

Type:
stringNone