Introduced
7.0
UI Location
• Geometry Queries
Description
Outputs whether the input position is within the volume of the specified geometry.
Port Description
Inputs
|
Group ID |
Instances |
Port Name |
Connection Info |
Description |
|
0 |
1 |
geometry |
• Type: siICENodeDataGeometry • Structure: siICENodeStructureSingle • Context: siICENodeContextSingleton |
The geometry to test. |
|
position |
• Type: siICENodeDataVector3 • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
The position of the point. |
||
|
negate |
• Type: siICENodeDataBool • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
True to invert the output. In other words, if the point is outside the volume, the Result will be true. |
||
|
closedvolume |
• Type: siICENodeDataBool • Structure: siICENodeStructureSingle • Context: siICENodeContextSingleton |
Specifies whether or not the volume is defined by a closed surface. When a surface is known to be closed, turning on this option optimizes the performance. If the surface is open, it is better to keep this option off in order to perform a better cut between inside and outside where the surface is open. |
Outputs
|
Port Name |
Connection Info |
Description |
|
result |
• Type: siICENodeDataBool • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
True if the input position is inside the volume of the geometry. Or the opposite if the negate flag is on. |
Restrictions
• These structures must match: position, negate, result
• These contexts must match: position, negate, result
See Also
|
|
|
Autodesk Softimage v7.5