SoVRLdmFileWriterinputDataRange Property |
Range of input datas ((min, max) of data).
Namespace: OIV.LDM.WritersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFVec2d inputDataRange { get; }
Public ReadOnly Property inputDataRange As SoSFVec2d
Get
public:
property SoSFVec2d^ inputDataRange {
SoSFVec2d^ get ();
}
member inputDataRange : SoSFVec2d with get
Property Value
Type:
SoSFVec2dRemarks If not specified, range has to be computed, which will increase writing time. Default is an invalid range (1, -1)
See Also