MeshWorkflowOutput

Object that wraps IDSEngineeringModelMeshDomainAuto.

Declaration Syntax

public class MeshWorkflowOutput : DataModelObject, IFolderDataModelObject

Table 308: Members

Property

Children

Gets the list of children.

Property

DataModelObjectCategory

Gets the current DataModelObject's category.

Property

DataTransferType

Defines how the PrimeMesh model data should be transferred back into Geometry part(s) and associated mesh(es).

Property

Figures

Gets the list of associated figures.

Property

Images

Gets the list of associated images.

Property

InternalObject

Gets the internal object. For advanced usage only.

Property

LabelsExcludeFilter

Gets or sets the regular expression to match all labels that are excluded from the transfer. The exclude match removes also labels matching the include pattern. Applies when "TransferLabelsAsNamedSelections" is True.

Property

LabelsIncludeFilter

Gets or sets the regular expression to match all labels that are included in the transfer as Named Selections. Applies when "TransferLabelsAsNamedSelections" is True.

Property

TransferLabelsAsNamedSelections

Gets or sets whether to configure the transfer of labels to Mechanical as Named Selections. If set to True, LabelsIncludeFilter must be set to define the whitelist of labels to be transferred, optionally LabelsExcludeFilter can be set to define a blacklist of labels to not be transferred. Only labels matching the LabelsIncludeFilter whitelist and not matching the LabelsExcludeFilter blacklist are transferred. This property is only visible when the DataTransferType is "ByTopology".

Property

TransferPrescribedPointsLabelsAsNamedSelections

Gets or sets whether to configure the transfer of Prescribed Points labels to Mechanical as Named Selections. All labels defined on Prescribed Points will be transferred as criteria based Named Selections scoping the corresponding mesh nodes.

Method

AddFigure()

Creates a new child Figure.

Method

AddImage(string)

Creates a new child Image. If a filePath is provided, the image will be loaded from that file, if not, the image will be a screen capture of the Geometry window.

Method

Delete()

Run the Delete action.

Method

GetChildren<ChildrenType>(bool, IList<ChildrenType>)

Gets the list of children, filtered by type.

Method

GetChildren(DataModelObjectCategory, bool, IList<IDataModelObject>)

Gets the list of children, filtered by type.