This class provides access to the reinforcing ply data that has been imported from an external upstream system of Ansys Composite Prep.
Declaration Syntax
public class ReinforcingPly : ImportedDataModelObject, IFolderDataModelObject
Table 353: Members
|
Property | Angle |
Gets the Angle of the reinforcing ply. |
|
Property | BaseMaterialHandling |
Gets the BaseMaterialHandling of the reinforcing ply. This specifies whether the base-element material in the space occupied by the reinforcing fibers should be retained or removed. |
|
Property | Children |
Gets the list of children. |
|
Property | Comments |
Gets the list of associated comments. |
|
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
|
Property | Figures |
Gets the list of associated figures. |
|
Property | GlobalID |
Gets the GlobalID assigned to the base MESH200 elements for the corresponding Reinforcing Ply. This ID is propagated to the reinforcing elements generated by the REINF command and can be used during post-processing to select those reinforcing elements. |
|
Property | IDInSource |
Gets the IDInSource as defined in the upstream ACP system. |
|
Property | Images |
Gets the list of associated images. |
|
Property | InternalObject |
Gets the internal object. For advanced usage only. |
|
Property | Material |
Gets the Material of the reinforcing ply. |
|
Property | NameInSource |
Gets the NameInSource as defined in the upstream ACP system. |
|
Property | NumberOfElements |
Gets the NumberOfElements of the reinforcing ply. |
|
Property | NumberOfSections |
Gets the NumberOfSections of the reinforcing ply. |
|
Property | ReinforcingBehavior |
Gets the ReinforcingBehavior of the reinforcing ply. |
|
Property | ReinforcingType |
Gets the ReinforcingType of the reinforcing ply. |
|
Property | StressState |
Gets the StressState of the reinforcing ply. |
|
Property | Thickness |
Gets the Thickness of the reinforcing ply. |
|
Method | AddComment() |
Creates a new child Comment. |
|
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 | 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. |