Version: 2021.1 2020.2 2020.1 2019.2 2019.1 2018.3
Back to list
Polygonal types
DressedPoly Definition Type DressedPoly is a structured type composed of these fields :material (Material )Polygon material's dressed with
firstTri (Int )First triangle.
triCount (Int )Number of triangles.
firstQuad (Int )First quad.
quadCount (Int )Number of quad.
externalId (Ident )External ID.
Description Polygon with materialGUI Widget
DressedPolyList Definition Type DressedPolyList is a list of DressedPoly
Edge Definition Type Edge is inherited from Element Description An Edge is composed by two vertices and is connected to the polygons of a tessellation. It is the dimension-1 elementGUI Widget
EdgeList Definition Type EdgeList is a list of Edge
EdgeListList Definition Type EdgeListList is a list of EdgeList
Element Definition Type Element is inherited from GeomEntity Description Element is the base type for polygons, edges and verticesGUI Widget
ElementList Definition Type ElementList is a list of Element
Joint Definition Type Joint is inherited from Entity Description A Joint is a bone of a skeletonGUI Widget
JointList Definition Type JointList is a list of Joint
Mesh Definition Type Mesh is inherited from GeomEntity Description A mesh is the base class for a polygonal mesh. It is structured with polygons, edges and verticesGUI Widget
MeshDefinition Definition Type MeshDefinition is a structured type composed of these fields :Description Mesh definitionGUI Widget
MeshDefinitionList Definition Type MeshDefinitionList is a list of MeshDefinition
MeshList Definition Type MeshList is a list of Mesh
Patch Definition Type Patch is inherited from TessellationAttribute Description A Patch is a tessellation attribute used to segment the tessellation by grouping a set of polygonsGUI Widget
PatchList Definition Type PatchList is a list of Patch
PlaceholderJoint Definition Type PlaceholderJoint is inherited from Joint Description A placeholder joint is a fake joint that contains user defined data for SDK integration purposeGUI Widget
PlaceholderJointList Definition Type PlaceholderJointList is a list of PlaceholderJoint
Polygon Definition Type Polygon is inherited from Element Description A Polygon is composed by 3 or more edges. It is the dimension-2 elementGUI Widget
PolygonList Definition Type PolygonList is a list of Polygon
PolygonListList Definition Type PolygonListList is a list of PolygonList
StaticMesh Definition Type StaticMesh is inherited from Mesh Description A static mesh is a mesh representation used for storageGUI Widget
StyleType Definition Type StyleType is an enumeration type composed of these values :GUI Widget
StylizedLine Definition Type StylizedLine is a structured type composed of these fields :GUI Widget
StylizedLineList Definition Type StylizedLineList is a list of StylizedLine
Tessellation GUI Icon Definition Type Tessellation is inherited from Mesh Description A Tessellation is a dynamic mesh representationGUI Widget
TessellationAttribute Definition Type TessellationAttribute is inherited from Entity Description A TessellationAttribute is an attribute applied to the elements of the tessellation. It can be normals, texture coordinates, patches or more advanced types like visibility attributes, curvatures attributes, etc...GUI Widget
TessellationList Definition Type TessellationList is a list of Tessellation
TopologyCategoryMask Definition Type TopologyCategoryMask is a structured type composed of these fields :Description The topology cmasl is a combination of TopologyConnectivityMask and TopologyDimensionMaskGUI Widget
TopologyConnectivityMask Definition Type TopologyConnectivityMask is an enumeration type composed of these values :NONE (0)
MANIFOLD (1)
BOUNDARY (2)
NONMANIFOLD (4)
BOUNDARY_NONMANIFOLD (6)
FREE (8)
ALL (15)
Description The topology connectivity mask is used to filter some processus using the topological connectivity of elements (border, non-manifold, etc...)GUI Widget
TopologyDimensionMask Definition Type TopologyDimensionMask is an enumeration type composed of these values :NONE (0)
VERTEX (1)
LINE (2)
FACE (4)
ALL (7)
Description The topology dimension mask is used to filter some processes using the topological dimension of the support of verticesGUI Widget
UVCoord Definition Type UVCoord is inherited from TessellationAttribute Description An UVCoord is a tessellation attribute which defines Texture CoordinatesGUI Widget
UVCoordList Definition Type UVCoordList is a list of UVCoord
Vertex Definition Type Vertex is inherited from Element Description A Vertex is defined by a position and is connected to the edges of a tessellation. It is the dimension-0 elementGUI Widget
VertexList Definition Type VertexList is a list of Vertex
VertexListList Definition Type VertexListList is a list of VertexList