Skip to content

SphereQuadTopology

Sphere topology constructed with deformed quads.

Target: Sofa.Component.Topology.Container.Constant

namespace: sofa::component::topology::container::constant

parents:

  • CubeTopology

Data

Name Description Default value
name object name unnamed
printLog if true, emits extra messages at runtime. 0
tags list of the subsets the objet belongs to
bbox this object bounding box
componentState The state of the component among (Dirty, Valid, Undefined, Loading, Invalid). Undefined
listening if true, handle the events, otherwise ignore the events 0
filename Filename of the mesh
position List of point positions
edges List of edge indices
triangles List of triangle indices
quads List of quad indices
tetrahedra List of tetrahedron indices
hexahedra List of hexahedron indices
uv List of uv coordinates
nx x grid resolution 0
ny y grid resolution 0
nz z grid resolution 0
internalPoints include internal points (allow a one-to-one mapping between points from RegularGridTopology and CubeTopology) 0
splitNormals split corner points to have planar normals 0
min Min 0 0 0
max Max 1 1 1
center Center of the sphere 0 0 0
radius Radius of the sphere 0
Visualization
drawEdges if true, draw the topology Edges 0
drawTriangles if true, draw the topology Triangles 0
drawQuads if true, draw the topology Quads 0
drawTetrahedra if true, draw the topology Tetrahedra 0
drawHexahedra if true, draw the topology hexahedra 0
Name Description Destination type name
context Graph Node containing this object (or BaseContext::getDefault() if no graph is used) BaseContext
slaves Sub-objects used internally by this object BaseObject
master nullptr for regular objects, or master object for which this object is one sub-objects BaseObject