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 object 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
edges List of edge
triangles List of triangle
quads List of quad
tetrahedra List of tetrahedron
hexahedra List of hexahedron
prisms List of prism
pyramids List of pyramid
quadratic_edges List of quadratic edge
quadratic_triangles List of quadratic triangle
quadratic_quads List of quadratic quad
quadratic_tetrahedra List of quadratic tetrahedron
quadratic_hexahedra List of quadratic hexahedron
quadratic_prisms List of quadratic prism
quadratic_pyramids List of quadratic pyramid
position List of point positions
uv List of uv coordinates
computeAllBuffers Option to compute all crossed topology buffers at init. False by default 0
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 BaseComponent
master nullptr for regular objects, or master object for which this object is one sub-objects BaseComponent