|
| CRhinoMeshRef () |
|
| CRhinoMeshRef (const CRhinoMeshRef &) |
|
| CRhinoMeshRef (CRhinoObject *, ON_Mesh *, BOOL32) |
|
| ~CRhinoMeshRef () |
|
const ON_Mesh * | Mesh () const |
| mesh object More...
|
|
CRhinoMeshRef & | operator= (const CRhinoMeshRef &) |
|
| CRhinoObjRef () |
|
| CRhinoObjRef (class CRhinoPolyEdge *polyedge, ON_3dmObjectAttributes *attributes) |
|
| CRhinoObjRef (const class CRhinoDoc &doc, class CRhinoPolyEdge *polyedge, const ON_3dmObjectAttributes *attributes) |
|
| CRhinoObjRef (const CRhinoObject *object) |
|
| CRhinoObjRef (const CRhinoObject *object, const class CRhinoGetObject &go) |
|
| CRhinoObjRef (const CRhinoObject *object, const CRhinoPickContext &pick_context) |
|
| CRhinoObjRef (const CRhinoObject *object, const ON_Geometry *geometry, BOOL32 bProxyGeometry) |
|
| CRhinoObjRef (const CRhinoObjRef &) |
|
| CRhinoObjRef (const ON_ObjRef &) |
|
| CRhinoObjRef (const UUID &object_uuid) |
|
| CRhinoObjRef (unsigned int doc_sn, const ON_ObjRef &) |
|
| CRhinoObjRef (unsigned int doc_sn, const UUID &object_uuid) |
|
| ~CRhinoObjRef () |
|
const ON_Annotation * | Annotation () const |
|
const ON_Annotation * | AnnotationParameter (double *annotation_parameter) const |
|
bool | BindToRuntimeObject () |
|
const ON_Brep * | Brep () const |
|
const ON_Curve * | Curve () const |
|
const ON_Curve * | CurveParameter (double *curve_parameter) const |
|
void | DecrementReferenceCount () |
|
unsigned int | DocumentRuntimeSerialNumber () const |
|
const ON_BrepEdge * | Edge () const |
|
const ON_BrepEdge * | Edge (bool bAllowProxy) const |
|
const ON_Extrusion * | Extrusion () const |
|
const ON_BrepFace * | Face () const |
|
const ON_BrepFace * | Face (bool bAllowProxy) const |
|
int | Flags () const |
|
const ON_Geometry * | Geometry () const |
|
ON_COMPONENT_INDEX | GeometryComponentIndex () const |
|
CRhinoObject::GEOMETRY_TYPE | GeometryType () const |
|
const class CRhinoInstanceObject * | GetInstanceTransformation (ON_Xform &xform, ON_SimpleArray< CNestedIRef > *nested_iref=0) const |
|
bool | IsSubGeometry () const |
|
const ON_Light * | Light () const |
|
const ON_BrepLoop * | Loop () const |
|
const ON_Mesh * | Mesh () const |
|
const ON_MeshComponentRef * | MeshComponentRef () const |
|
const CRhinoObject * | Object () const |
|
ON_UUID | ObjectUuid () const |
|
bool | operator!= (const CRhinoObjRef &) const |
|
CRhinoObjRef & | operator= (const CRhinoObjRef &) |
|
bool | operator== (const CRhinoObjRef &) const |
|
const ON_Point * | Point () const |
|
const ON_PointCloud * | PointCloud () const |
|
unsigned int | RhinoObjectRuntimeSerialNumber () const |
|
const ON_TextContent * | RichText () const |
|
double | SelectionDepth () const |
|
double | SelectionDistance () const |
|
int | SelectionMethod () const |
|
bool | SelectionPoint (ON_3dPoint &) const |
|
int | SelectionStyle () const |
|
class CRhinoView * | SelectionView () const |
|
unsigned int | SelectionViewDetailSerialNumber () const |
|
void | SetAnnotationSelectionPoint (ON_COMPONENT_INDEX component_index, const ON_3dPoint &point) |
|
void | SetCurveSelectionPoint (double curve_parameter, const ON_3dPoint &point) |
|
void | SetDetails (int flags, CRhinoObject::GEOMETRY_TYPE geotype, ON_COMPONENT_INDEX ci) |
|
void | SetEdgeSelectionPoint (double edge_parameter, const ON_3dPoint &point, const ON_BrepEdge &edge, const ON_BrepTrim &trim) |
|
bool | SetMeshEdgeSelectionPoint (int edge_index, double t, const ON_MeshTopology &meshtop) |
|
bool | SetMeshFaceSelectionPoint (int face_index, const double t[4], const ON_Mesh &mesh) |
|
bool | SetMeshVertexSelectionPoint (int vertex_index, const ON_Mesh &mesh) |
|
bool | SetParentInstanceObject (const class CRhinoInstanceObject *iref_object, int idef_geometry_index) |
|
void | SetSelectionComponent (ON_COMPONENT_INDEX component_index) |
|
void | SetSelectionDepth (double) |
|
void | SetSelectionDetailView (class CRhinoView *page_view, unsigned int detail_object_sn) |
|
void | SetSelectionDistance (double) |
|
void | SetSelectionPoint (const ON_3dPoint &point) |
|
void | SetSelectionView (class CRhinoView *) |
|
void | SetSurfaceSelectionPoint (double u, double v, const ON_3dPoint &point) |
|
const ON_SubD * | SubD () const |
|
const ON_SubDComponentPtr | SubDComponent () const |
|
const ON_SubDComponentRef * | SubDComponentRef () const |
|
const ON_SubDEdge * | SubDEdge () const |
|
const ON_SubDComponentRef | SubDEdgeRef () const |
|
const ON_SubDFace * | SubDFace () const |
|
const ON_SubDComponentRef | SubDFaceRef () const |
|
ON_SubDRef | SubDRef () const |
|
const ON_SubDVertex * | SubDVertex () const |
|
const ON_SubDComponentRef | SubDVertexRef () const |
|
const ON_Surface * | Surface () const |
|
const ON_Surface * | SurfaceParameter (double *u, double *v) const |
|
const ON_BrepTrim * | Trim () const |
|
const ON_BrepTrim * | Trim (bool bAllowProxy) const |
|
const ON_BrepTrim * | TrimParameter (double *trim_parameter) const |
|
| ON_ObjRef () |
|
| ON_ObjRef (const ON_ObjRef &src) |
|
| ~ON_ObjRef () |
|
void | DecrementProxyReferenceCount () |
|
void | Destroy () |
|
ON_ObjRef & | operator= (const ON_ObjRef &src) |
|
const ON_Object * | ProxyObject (int proxy_object_index) const |
|
int | ProxyReferenceCount () const |
|
bool | Read (ON_BinaryArchive &) |
|
void | RemapObjectId (const ON_SimpleArray< ON_UuidPair > &uuid_remap) |
|
bool | SetParentIRef (const ON_InstanceRef &iref, ON_UUID iref_id, int idef_geometry_index) |
|
void | SetProxy (ON_Object *proxy1, ON_Object *proxy2, bool bCountReferences) |
|
bool | Write (ON_BinaryArchive &) const |
|
CRhinoMeshRef is used to return mesh objects CLASS CRhinoMeshRef