SoVolumeDataGetAppropriateElement Method |
a SoDataSet must return the LDMelt defining the weights of the representations that are going to use it.
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 SoLDMGeomElement GetAppropriateElement(
SoLDMGeometry v
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overrides Function GetAppropriateElement (
v As SoLDMGeometry
) As SoLDMGeomElement
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual SoLDMGeomElement^ GetAppropriateElement(
SoLDMGeometry^ v
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract GetAppropriateElement :
v : SoLDMGeometry -> SoLDMGeomElement
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override GetAppropriateElement :
v : SoLDMGeometry -> SoLDMGeomElement
Parameters
- v
- Type: OIV.LDMSoLDMGeometry
Return Value
Type:
SoLDMGeomElement
Remarks
See Also