SoDataSetGetAppropriateElement Method |
a SoDataSet must return the LDMelt defining the weights of the representations that are going to use it.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public abstract SoLDMGeomElement GetAppropriateElement(
SoLDMGeometry v
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public MustOverride Function GetAppropriateElement (
v As SoLDMGeometry
) As SoLDMGeomElement
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual SoLDMGeomElement^ GetAppropriateElement(
SoLDMGeometry^ v
) abstract
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract GetAppropriateElement :
v : SoLDMGeometry -> SoLDMGeomElement
Parameters
- v
- Type: OIV.LDMSoLDMGeometry
Return Value
Type:
SoLDMGeomElement
Remarks
See Also