Describes a Structural Analytical Model Analytical Member part.
typedef struct { API_Guid elemGuid; API_AnalyticalMemberPartRefType partRefType; API_InternalAnalyticalMemberPartId partId; bool isCustomVertex; API_Coord3D customVertexCoord; } API_AnalyticalMemberPartRef;
Members
- elemGuid
- The references Structural Analytical Model Member.
- partRefType
- The type of the reference.
- partId
- Identifies the edge or the vertex.
- isCustomVertex
- True if it references an internal node of the member.
- customVertexCoord
- The global coordinate of the referenced internal node of the member (only used if isCustomVertex is true, otherwise its value is undefined).
Requirements
- Version: API 24 or later
- Header: APIdefs_Elements.h