ReinterpretLocationToNewGeometryNode
Introduced
7.0
UI Location
• Geometry Queries
Description
Converts a location that is on a geometry to another geometry. The two geometries must be identical in topology. This means the geometries need to have the same number and order of points, edges, faces, etc. This is usually done by duplicating the object. With the location on the new geometry one can then query attributes on that geometry at similar locations.
Port Description
Inputs
|
Group ID |
Instances |
Port Name |
Connection Info |
Description |
|
0 |
1 |
geometry |
• Type: siICENodeDataGeometry • Structure: siICENodeStructureSingle • Context: siICENodeContextAny |
The target geometry we want to reinterpret the location to. |
|
geometrylocation |
• Type: siICENodeDataLocation • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
The location to reinterpret. |
Outputs
|
Port Name |
Connection Info |
Description |
|
newlocation |
• Type: siICENodeDataLocation • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
The equivalent location on the target geometry. |
Restrictions
• These structures must match: geometry, geometrylocation, newlocation
• These contexts must match: geometry, geometrylocation, newlocation
See Also
Autodesk Softimage v7.5