CQ3AttributeSet_GetSurfaceShader |
inline CQ3ObjectRef CQ3AttributeSet_GetSurfaceShader ( TQ3AttributeSet inSet );
Get the surface shader from an attribute set.
- inSet
- An attribute set.
CQ3Box_GetFaceAttributeSet |
inline CQ3ObjectRef CQ3Box_GetFaceAttributeSet ( TQ3GeometryObject box, TQ3Uns32 faceIndex );
Gets the attribute set associated with a certain face of a box object.
- box
- A reference to a box geometry object.
- faceIndex
- The index of the face of the box, between 0 and 5 (inclusive).
CQ3Cone_GetBottomAttributeSet |
inline CQ3ObjectRef CQ3Cone_GetBottomAttributeSet ( TQ3GeometryObject cone );
Get the attribute set for the bottom cap of a cone object.
- cone
- The cone object.
CQ3Cone_GetFaceAttributeSet |
inline CQ3ObjectRef CQ3Cone_GetFaceAttributeSet ( TQ3GeometryObject cone );
Get the attribute set for the face (as opposed to the bottom
cap) of a cone.
- cone
- The cone object.
CQ3Cone_GetInteriorAttributeSet |
inline CQ3ObjectRef CQ3Cone_GetInteriorAttributeSet ( TQ3GeometryObject cone );
Get the attribute set for the interior of a cone object.
- cylinder
- A cone object.
CQ3Cylinder_GetBottomAttributeSet |
inline CQ3ObjectRef CQ3Cylinder_GetBottomAttributeSet ( TQ3GeometryObject cylinder );
Get the attribute set for the bottom cap of a cylinder object.
- cylinder
- A cylinder object.
CQ3Cylinder_GetFaceAttributeSet |
inline CQ3ObjectRef CQ3Cylinder_GetFaceAttributeSet ( TQ3GeometryObject cylinder );
Get the attribute set for the face of a cylinder object (i.e., neither end)
- cylinder
- A cylinder object.
CQ3Cylinder_GetInteriorAttributeSet |
inline CQ3ObjectRef CQ3Cylinder_GetInteriorAttributeSet ( TQ3GeometryObject cylinder );
Get the attribute set for the interior of a cylinder object.
- cylinder
- A cylinder object.
CQ3Cylinder_GetTopAttributeSet |
inline CQ3ObjectRef CQ3Cylinder_GetTopAttributeSet ( TQ3GeometryObject cylinder );
Get the attribute set for the top cap of a cylinder object.
- cylinder
- A cylinder object.
CQ3File_GetStorage |
inline CQ3ObjectRef CQ3File_GetStorage ( TQ3FileObject theFile );
Get the storage object for a file.
- theFile
- The file to query.
CQ3GeneralPolygon_GetVertexAttributeSet |
inline CQ3ObjectRef CQ3GeneralPolygon_GetVertexAttributeSet ( TQ3GeometryObject generalPolygon, TQ3Uns32 contourIndex, TQ3Uns32 pointIndex );
Get the attribute set of a vertex of a general polygon.
- generalPolygon
- A general polygon object.
- contourIndex
- A 0-based index into the array of contours.
- pointIndex
- A 0-based index into the array of vertices of a contour.
CQ3Geometry_GetAttributeSet |
inline CQ3ObjectRef CQ3Geometry_GetAttributeSet ( TQ3GeometryObject geometry );
Returns the attribute set associated with a geometric object.
- geometry
- A reference to a geometry object.
CQ3Group_GetPositionObject |
inline CQ3ObjectRef CQ3Group_GetPositionObject ( TQ3GroupObject group, TQ3GroupPosition position );
Get the object located at a certain position in a group.
This function obtains a reference to the group member at a
specified position.
Returns NULL if there is no object at the given position.
- group
- Group to inspect.
- position
- Position of desired object.
CQ3HighlightStyle_Get |
inline CQ3ObjectRef CQ3HighlightStyle_Get ( TQ3StyleObject highlight );
Get the data from a highlight style.
- highlight
- The style to query.
CQ3Line_GetVertexAttributeSet |
inline CQ3ObjectRef CQ3Line_GetVertexAttributeSet ( TQ3GeometryObject line, TQ3Uns32 index );
Get the attribute set of one of the ends of a line object.
- line
- A line object.
- index
- An index, 0 or 1, specifying an end of the line.
CQ3Mesh_GetCornerAttributeSet |
inline CQ3ObjectRef CQ3Mesh_GetCornerAttributeSet ( TQ3GeometryObject mesh, TQ3MeshVertex vertex, TQ3MeshFace face );
Get the attribute set of a mesh corner.
- mesh
- The mesh to query.
- vertex
- The vertex to query.
- face
- The face to query.
CQ3Mesh_GetEdgeAttributeSet |
inline CQ3ObjectRef CQ3Mesh_GetEdgeAttributeSet ( TQ3GeometryObject mesh, TQ3MeshEdge edge );
Get the attribute set of a mesh edge.
- mesh
- The mesh to query.
- face
- The face to query.
CQ3Mesh_GetFaceAttributeSet |
inline CQ3ObjectRef CQ3Mesh_GetFaceAttributeSet ( TQ3GeometryObject mesh, TQ3MeshFace face );
Get the attribute set of a mesh face.
- mesh
- The mesh to query.
- face
- The face to query.
CQ3Mesh_GetVertexAttributeSet |
inline CQ3ObjectRef CQ3Mesh_GetVertexAttributeSet ( TQ3GeometryObject mesh, TQ3MeshVertex vertex );
Get the attribute set of a mesh vertex.
- mesh
- The mesh to query.
- vertex
- The vertex to query.
CQ3Object_GetSet |
inline CQ3ObjectRef CQ3Object_GetSet ( TQ3Object inObject );
Get the element set of an object. This is not the same as the set
returned by Q3Shape_GetSet.
This function is primarily for the use of file format plug-ins.
Most applications will not need it.
- inObject
- The object.
CQ3PolyLine_GetSegmentAttributeSet |
inline CQ3ObjectRef CQ3PolyLine_GetSegmentAttributeSet ( TQ3GeometryObject polyLine, TQ3Uns32 index );
Get the attribute set of a polyline segment.
- polyLine
- The polyline to query.
- index
- The index of the segment to query.
CQ3PolyLine_GetVertexAttributeSet |
inline CQ3ObjectRef CQ3PolyLine_GetVertexAttributeSet ( TQ3GeometryObject polyLine, TQ3Uns32 index );
Get the attribute set of a polyline vertex.
- polyLine
- The polyline to query.
- index
- The index of the vertex to query.
CQ3Polygon_GetVertexAttributeSet |
inline CQ3ObjectRef CQ3Polygon_GetVertexAttributeSet ( TQ3GeometryObject polygon, TQ3Uns32 index );
Get the attribute set of a vertex in a polygon object.
- polygon
- A polygon object.
- index
- A 0-based index into the array of vertices of the polygon.
CQ3Polyhedron_GetVertexAttributeSet |
inline CQ3ObjectRef CQ3Polyhedron_GetVertexAttributeSet ( TQ3GeometryObject polyhedron, TQ3Uns32 index );
Get the position of a polyhedron vertex.
- polyhedron
- The polyhedron to query.
- index
- The index of the vertex to query.
CQ3Shape_GetSet |
inline CQ3ObjectRef CQ3Shape_GetSet ( TQ3ShapeObject inObject );
Get the set element currently associated with a shape.
The function call Q3Shape_GetSet( o, &s ) is equivalent to
Q3Shape_GetElement( o, kQ3ElementTypeSet, &s ).
Note that this is not the same as the attribute set of a geometry object,
nor is in the internal set which holds elements on an object. That is,
after adding elements or attributes to an object, this function may still
return the NULL set.
- shape
- The object to query.
- theSet
- Receives the set of the object, or NULL.
CQ3TextureShader_GetTexture |
inline CQ3ObjectRef CQ3TextureShader_GetTexture ( TQ3ShaderObject shader );
Get the texture from a texture shader.
- shader
- The shader to query.
CQ3Triangle_GetVertexAttributeSet |
inline CQ3ObjectRef CQ3Triangle_GetVertexAttributeSet ( TQ3GeometryObject triangle, TQ3Uns32 index );
Get the attribute set of a triangle vertex.
- triangle
- The triangle to query.
- index
- The index of the vertex to query.
CQ3ViewHints_GetAttributeSet |
inline CQ3ObjectRef CQ3ViewHints_GetAttributeSet ( TQ3ViewHintsObject viewHints );
Get the attribute set from a view hints object.
- viewHints
- The view hints to query.
CQ3ViewHints_GetCamera |
inline CQ3ObjectRef CQ3ViewHints_GetCamera ( TQ3ViewHintsObject viewHints );
Get the camera from a view hints object.
- viewHints
- The view hints to query.
CQ3ViewHints_GetLightGroup |
inline CQ3ObjectRef CQ3ViewHints_GetLightGroup ( TQ3ViewHintsObject viewHints );
Get the light group from a view hints object.
- viewHints
- The view hints to query.
CQ3ViewHints_GetRenderer |
inline CQ3ObjectRef CQ3ViewHints_GetRenderer ( TQ3ViewHintsObject viewHints );
Get the renderer from a view hints object.
- viewHints
- The view hints to query.
CQ3View_GetAttributeSetState |
inline CQ3ObjectRef CQ3View_GetAttributeSetState ( TQ3ViewObject view );
Get the current attribute state set from a view.
- view
- The view to query.
CQ3View_GetCamera |
inline CQ3ObjectRef CQ3View_GetCamera ( TQ3ViewObject view );
Get the camera from a view.
- view
- The view to query.
CQ3View_GetDefaultAttributeSet |
inline CQ3ObjectRef CQ3View_GetDefaultAttributeSet ( TQ3ViewObject view );
Get the default attribute set from a view.
- view
- The view to query.
CQ3View_GetDrawContext |
inline CQ3ObjectRef CQ3View_GetDrawContext ( TQ3ViewObject view );
Get the draw context from a view.
- view
- The view to query.
CQ3View_GetLightGroup |
inline CQ3ObjectRef CQ3View_GetLightGroup ( TQ3ViewObject view );
Get the light group from a view.
- view
- The view to query.
CQ3View_GetRenderer |
inline CQ3ObjectRef CQ3View_GetRenderer ( TQ3ViewObject view );
Get the renderer from a view.
- view
- The view to query.
© 1999-2008 Quesa Developers (Last Updated 5/10/2008)