SoHeightFieldRenderboundaryCells Property |
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoHeightFieldRenderBoundaryCellsType> boundaryCells { get; }
Public ReadOnly Property boundaryCells As SoSFEnum(Of SoHeightFieldRenderBoundaryCellsType)
Get
public:
property SoSFEnum<SoHeightFieldRenderBoundaryCellsType>^ boundaryCells {
SoSFEnum<SoHeightFieldRenderBoundaryCellsType>^ get ();
}
member boundaryCells : SoSFEnum<SoHeightFieldRenderBoundaryCellsType> with get
Property Value
Type:
SoSFEnumSoHeightFieldRenderBoundaryCellsTypeRemarks Setting this field to SMART will not compute boundary cells for distant views. . Default is SMART.
See Also