|
| | CRhinoObjectAttributes () |
| |
| | CRhinoObjectAttributes (const CRhinoObjectAttributes &) |
| |
| | CRhinoObjectAttributes (const ON_3dmObjectAttributes &) |
| |
| | ~CRhinoObjectAttributes () |
| |
| ON_SectionStyle | ComputedSectionStyle (const CRhinoDoc *doc, const CRhinoObjectAttributes *sectionerAttributes, bool computeColors) const |
| |
| ON_Color | DrawColor (const CRhinoDoc *=NULL) const |
| |
| ON_Color | DrawColor (const CRhinoDoc *doc, const ON_UUID &viewport_id) const |
| |
| void | Dump (ON_TextLog &) const |
| | prints localized summary of attributes More...
|
| |
| int | EffectiveLinetypeIndex (const CRhinoDoc *doc=nullptr) const |
| |
| CRhinoObjectAttributes & | operator= (const CRhinoObjectAttributes &) |
| |
| CRhinoObjectAttributes & | operator= (const ON_3dmObjectAttributes &) |
| |
| ON_Color | PlotColor (const CRhinoDoc *=NULL) const |
| |
| ON_Color | PlotColor (const CRhinoDoc *doc, const ON_UUID &viewport_id) const |
| |
| double | PlotWeight (const CRhinoDoc *=NULL) const |
| |
| double | PlotWeight (const CRhinoDoc *doc, const ON_UUID &viewport_id) const |
| |
| | ON_3dmObjectAttributes () |
| | attributes of geometry and dimension table objects More...
|
| |
| | ON_3dmObjectAttributes (const ON_3dmObjectAttributes &) |
| |
| | ~ON_3dmObjectAttributes () |
| |
| ON_DEPRECATED ON_Decal * | AddDecal (void) |
| | This method is deprecated in favor of AddDecalEx(). More...
|
| |
| const std::shared_ptr< ON_Decal > | AddDecalEx (void) |
| |
| bool | AddDisplayMaterialRef (ON_DisplayMaterialRef display_material) |
| |
| void | AddToGroup (int) |
| |
| unsigned int | ApplyParentalControl (const ON_3dmObjectAttributes &parent_attributes, const ON_Layer &parent_layer, const ON_UUID &viewport_id, unsigned int control_limits=0xFFFFFFFF) |
| |
| unsigned int | ApplyParentalControl (const ON_3dmObjectAttributes &parent_attributes, const ON_Layer &parent_layer, unsigned int control_limits=0xFFFFFFFF) |
| |
| ON::SectionLabelStyle | ClippingPlaneLabelStyle () const |
| |
| ON::object_color_source | ColorSource () const |
| |
| const ON_Linetype * | CustomLinetype () const |
| |
| const ON_MeshParameters * | CustomRenderMeshParameters () const |
| |
| const ON_SectionStyle * | CustomSectionStyle (ON_SectionStyle *sectionStyle=nullptr) const |
| |
| void | Default () |
| | Initializes all attributes to the default values. More...
|
| |
| void | DeleteCustomRenderMeshParameters () |
| |
| int | DisplayMaterialRefCount () const |
| |
| bool | EnableCustomRenderMeshParameters (bool bEnable) |
| |
| bool | FindDisplayMaterialId (const ON_UUID &viewport_id, ON_UUID *display_material_id=nullptr) const |
| |
| bool | FindDisplayMaterialRef (const ON_DisplayMaterialRef &search_material, ON_DisplayMaterialRef *found_material=nullptr) const |
| | Display material references. More...
|
| |
| void | GetDecalArray (std::vector< std::shared_ptr< ON_Decal >> &array_out) const |
| |
| const ON_DEPRECATED ON_SimpleArray< ON_Decal * > & | GetDecalArray (void) const |
| | Decals. More...
|
| |
| int | GetGroupList (ON_SimpleArray< int > &) const |
| |
| int | GroupCount () const |
| | group interface More...
|
| |
| const int * | GroupList () const |
| |
| ON_Color | HatchBackgroundFillColor () const |
| |
| bool | HatchBoundaryVisible () const |
| |
| bool | IsInGroup (int) const |
| | Returns true if object is in group with the specified index. More...
|
| |
| bool | IsInGroups (const ON_SimpleArray< int > &) const |
| | Returns true if object is in any of the groups in the list. More...
|
| |
| bool | IsInGroups (int, const int *) const |
| | Returns true if the object is in any of the groups in the list. More...
|
| |
| bool | IsInstanceDefinitionObject () const |
| |
| bool | IsValid (class ON_TextLog *text_log=nullptr) const override |
| | ON_Object virtual interface. See ON_Object for details. More...
|
| |
| bool | IsVisible () const |
| |
| double | LinetypePatternScale () const |
| | Per object linetype scale. More...
|
| |
| ON::object_linetype_source | LinetypeSource () const |
| |
| ON::object_material_source | MaterialSource () const |
| |
| class ON_MeshModifiers & | MeshModifiers (void) const |
| | Mesh Modifiers. More...
|
| |
| ON::object_mode | Mode () const |
| | Interface ////////////////////////////////////////////////////////. More...
|
| |
| const ON_wString | Name () const |
| |
| ON_Plane | ObjectFrame (const ON_COMPONENT_INDEX &ci) const |
| |
| bool | operator!= (const ON_3dmObjectAttributes &) const |
| |
| ON_3dmObjectAttributes & | operator= (const ON_3dmObjectAttributes &) |
| |
| bool | operator== (const ON_3dmObjectAttributes &) const |
| |
| ON::plot_color_source | PlotColorSource () const |
| |
| ON::plot_weight_source | PlotWeightSource () const |
| |
| bool | Read (ON_BinaryArchive &) override |
| |
| void | RemoveAllDecals (void) |
| |
| void | RemoveAllDisplayMaterialRefs () |
| |
| void | RemoveCustomLinetype () |
| |
| void | RemoveCustomSectionStyle () |
| |
| bool | RemoveDecal (ON_Decal &decal) |
| |
| bool | RemoveDisplayMaterialRef (ON_UUID viewport_id, ON_UUID display_material_id=ON_nil_uuid) |
| |
| void | RemoveFromAllGroups () |
| | Removes object from all groups. More...
|
| |
| void | RemoveFromGroup (int) |
| |
| void | RemoveFromTopGroup () |
| | Removes the object from the last group in the group list. More...
|
| |
| ON::SectionAttributesSource | SectionAttributesSource () const |
| | Source for all section related attributes. More...
|
| |
| void | SetClippingPlaneLabelStyle (ON::SectionLabelStyle style) |
| |
| void | SetColorSource (ON::object_color_source) |
| | See ColorSource(). More...
|
| |
| void | SetCustomLinetype (const ON_Linetype &linetype) |
| |
| bool | SetCustomRenderMeshParameters (const class ON_MeshParameters &mp) |
| |
| void | SetCustomSectionStyle (const ON_SectionStyle §ionStyle) |
| |
| void | SetHatchBackgroundFillColor (const ON_Color &color) |
| |
| void | SetHatchBoundaryVisible (bool on) |
| |
| void | SetLinetypePatternScale (double scale) |
| |
| void | SetLinetypeSource (ON::object_linetype_source) |
| | See LinetypeSource(). More...
|
| |
| void | SetMaterialSource (ON::object_material_source ms) |
| |
| void | SetMode (ON::object_mode) |
| | See Mode(). More...
|
| |
| bool | SetName (const wchar_t *name, bool bFixInvalidName) |
| |
| void | SetObjectFrame (const ON_COMPONENT_INDEX &ci, const ON_Plane &plane) |
| |
| void | SetObjectFrame (const ON_COMPONENT_INDEX &ci, const ON_Xform &wcs_to_ocs) |
| |
| void | SetPlotColorSource (ON::plot_color_source) |
| | See PlotColorSource(). More...
|
| |
| void | SetPlotWeightSource (ON::plot_weight_source) |
| |
| void | SetSectionAttributesSource (ON::SectionAttributesSource source) |
| |
| void | SetVisible (bool bVisible) |
| |
| unsigned int | SizeOf () const override |
| |
| int | TopGroup () const |
| |
| bool | Transform (const ON_Geometry *pOriginalGeometry, const ON_Xform &xform) |
| |
| bool | Transform (const ON_Xform &xform) |
| |
| bool | UpdateReferencedComponents (const class ON_ComponentManifest &source_manifest, const class ON_ComponentManifest &destination_manifest, const class ON_ManifestMap &manifest_map) override |
| |
| bool | Write (ON_BinaryArchive &) const override |
| |
| | ON_Object () ON_NOEXCEPT |
| |
| | ON_Object (const ON_Object &) |
| |
| virtual | ~ON_Object () |
| |
| virtual ON_AggregateComponentStatus | AggregateComponentStatus () const |
| |
| bool | AttachUserData (class ON_UserData *pUserData) |
| |
| unsigned int | ClearAllComponentStates () const |
| |
| virtual unsigned int | ClearComponentStates (ON_COMPONENT_INDEX component_index, ON_ComponentStatus states_to_clear) const |
| |
| virtual unsigned int | ClearComponentStates (ON_ComponentStatus states_to_clear) const |
| |
| void | CopyUserData (const ON_Object &source_object) |
| |
| unsigned int | CopyUserData (const ON_Object &source_object, ON_UUID source_userdata_item_id, ON_Object::UserDataConflictResolution userdata_conflict_resolution) |
| |
| virtual ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| |
| virtual bool | DeleteComponents (const ON_COMPONENT_INDEX *ci_list, size_t ci_count) |
| |
| virtual void | DestroyRuntimeCache (bool bDelete=true) |
| |
| bool | DetachUserData (class ON_UserData *pUserData) |
| |
| void | DumpUserData (const wchar_t *description, ON_TextLog &text_log) const |
| | Go through the linked list of ON_UserData attached to this and call the virtual Dump(text_log) function on each instance. More...
|
| |
| void | EmergencyDestroy () |
| |
| class ON_UserData * | FirstUserData () const |
| |
| virtual unsigned int | GetComponentsWithSetStates (ON_ComponentStatus states_filter, bool bAllEqualStates, ON_SimpleArray< ON_COMPONENT_INDEX > &components) const |
| |
| class ON_UserData * | GetUserData (const ON_UUID &userdata_uuid) const |
| |
| bool | GetUserString (const wchar_t *key, ON_wString &string_value) const |
| |
| int | GetUserStringKeys (ON_ClassArray< ON_wString > &user_string_keys) const |
| |
| int | GetUserStrings (ON_ClassArray< ON_UserString > &user_strings) const |
| |
| bool | IsCorrupt (bool bRepair, bool bSilentError, class ON_TextLog *text_log) const |
| |
| bool | IsKindOf (const ON_ClassId *pClassId) const |
| |
| virtual void | MarkAggregateComponentStatusAsNotCurrent () const |
| |
| virtual void | MemoryRelocate () |
| |
| virtual ON_UUID | ModelObjectId () const |
| |
| void | MoveUserData (ON_Object &source_object) |
| |
| unsigned int | MoveUserData (ON_Object &source_object, ON_UUID source_userdata_item_id, ON_Object::UserDataConflictResolution userdata_conflict_resolution, bool bDeleteAllSourceItems) |
| |
| virtual ON::object_type | ObjectType () const |
| |
| ON_Object & | operator= (const ON_Object &) |
| |
| void | PurgeUserData () |
| |
| virtual unsigned int | SetComponentStates (ON_COMPONENT_INDEX component_index, ON_ComponentStatus states_to_set) const |
| |
| virtual unsigned int | SetComponentStatus (ON_COMPONENT_INDEX component_index, ON_ComponentStatus status_to_copy) const |
| |
| bool | SetUserString (const wchar_t *key, const wchar_t *string_value) |
| |
| int | SetUserStrings (int count, const ON_UserString *user_strings, bool bReplace) |
| |
| bool | ThisIsNullptr (bool bSilentError) const |
| |
| void | TransformUserData (const class ON_Xform &xform) |
| |
| int | UserStringCount () const |
| |