SoVolumeSkinIntersect Method |
Returns true if the shape intersects the given tile.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override bool Intersect(
SoLDMNodeFrontManager nfm,
SoLDMTileID tileId
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overrides Function Intersect (
nfm As SoLDMNodeFrontManager,
tileId As SoLDMTileID
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual bool Intersect(
SoLDMNodeFrontManager^ nfm,
SoLDMTileID tileId
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract Intersect :
nfm : SoLDMNodeFrontManager *
tileId : SoLDMTileID -> bool
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override Intersect :
nfm : SoLDMNodeFrontManager *
tileId : SoLDMTileID -> bool
Parameters
- nfm
- Type: OIV.LDMSoLDMNodeFrontManager
- tileId
- Type: OIV.LDMSoLDMTileID
Return Value
Type:
Boolean
Remarks
See Also