PartMergeNode Class
The commands in the PartMergeNode class are described below.
.
More...
Inherits ItemObject.
Public Member Functions | |
| virtual void | AddPropertyByReference (String &name, ReferenceObject *value) |
| Adds ReferenceObject object to a specified variable. More... | |
| bool | GetAllEditTargets () |
| Determines whether the region (solids/parts) that is being edited is a target to delete duplicate nodes. More... | |
| ItemObject * | GetItem (Variant &value) |
| Returns an item displayed in the [Model Manager] tree such as assembly, part and sketch. Index is numbered in the order of the each items shown in the tree. More... | |
| String | GetName () |
| Returns a name. More... | |
| virtual Variant | GetProperty (String &name) |
| Returns the value of the property with the specified name. More... | |
| String | GetScriptTypeName () |
| Returns the name of the object type as a string. More... | |
| StringList | GetTargetList () |
| Returns a list of region (or solids, parts) IDs for duplicate nodes to be deleted on a model. More... | |
| double | GetTolerance () |
| Returns the tolerance. More... | |
| bool | GetUseDefaultTol () |
| Returns True if default tolerance is used. More... | |
| virtual bool | IsValid () |
| Returns True if an object is valid. More... | |
| int | NumItems () |
| Returns the number of items. More... | |
| void | SetAllEditTargets (bool value) |
| Specifies a region (solid, part) that is being edited as the duplicating node to be deleted. More... | |
| void | SetName (String &name) |
| Specifies a name. More... | |
| virtual void | SetProperty (String &name, Variant &value) |
| Specifies a value of property. More... | |
| virtual void | SetPropertyByReference (String &name, ReferenceObject *value) |
| Specifies the values in properties by ReferenceObject object. More... | |
| void | SetTargetList (StringList &value) |
| Returns information on region ID (or solid, part) that are deleted as duplicate nodes in a list. More... | |
| void | SetTolerance (double value) |
| Specifies Tolerance. More... | |
| void | SetUseDefaultTol (bool value) |
| Specifies whether or not to use the default tolerance. More... | |
PartMergeNode Class
The commands in the PartMergeNode class are described below.
.
The PartMergeNode class includes the commands for the following operation.
For more information about the properties for this class, see here .
|
virtualinherited |
Adds ReferenceObject object to a specified variable.
| name | Property name |
| value | ReferenceObject object (target) |
| bool PartMergeNode::GetAllEditTargets | ( | ) |
Determines whether the region (solids/parts) that is being edited is a target to delete duplicate nodes.
|
inherited |
Returns an item displayed in the [Model Manager] tree such as assembly, part and sketch. Index is numbered in the order of the each items shown in the tree.
| value | Item name or index |
|
inherited |
Returns a name.
|
virtualinherited |
Returns the value of the property with the specified name.
| name | Property name |
|
inherited |
Returns the name of the object type as a string.
| StringList PartMergeNode::GetTargetList | ( | ) |
Returns a list of region (or solids, parts) IDs for duplicate nodes to be deleted on a model.
| double PartMergeNode::GetTolerance | ( | ) |
Returns the tolerance.
| bool PartMergeNode::GetUseDefaultTol | ( | ) |
Returns True if default tolerance is used.
|
virtualinherited |
Returns True if an object is valid.
Reimplemented in Sketch, Part, SketchItem, and MeshPart.
|
inherited |
Returns the number of items.
| void PartMergeNode::SetAllEditTargets | ( | bool | value | ) |
Specifies a region (solid, part) that is being edited as the duplicating node to be deleted.
| value | [All Edit Targets]
True : All targets that are editing
False : Not all flags that are editing are targets
|
|
inherited |
Specifies a name.
| name | Item name |
|
virtualinherited |
Specifies a value of property.
| name | Property name |
| value | Value of properties |
Reimplemented in SketchItem.
|
virtualinherited |
Specifies the values in properties by ReferenceObject object.
| name | Property name |
| value | ReferenceObject object (target) |
| void PartMergeNode::SetTargetList | ( | StringList & | value | ) |
Returns information on region ID (or solid, part) that are deleted as duplicate nodes in a list.
| value | List of region IDs (or solid, part) |
| void PartMergeNode::SetTolerance | ( | double | value | ) |
Specifies Tolerance.
| value | Tolerance |
| void PartMergeNode::SetUseDefaultTol | ( | bool | value | ) |
Specifies whether or not to use the default tolerance.
| value | Specifies Tolerance
True : Default value is used
False : Default value is not used
|