Click or drag to resize
SoMasterConfigremotePathMapping Property

This field allows users to specify strings to replace during file and directory name synchronization.

Namespace: OIV.ScaleViz.Nodes
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoMFVec2FilePathString remotePathMapping { get; }

Property Value

Type: SoMFVec2FilePathString
Remarks

Data files must be shared or replicated so that they are accessible by the application machine and all of the cluster machines. For example, texture image files, VolumeViz data files, etc. This field is particularly useful when the application is run on a different OS or filesystem than the nodes of the cluster, e.g., when the app is running on Windows and the cluster is running Linux. This field is a list of SbVec2Strings, where each vector contains the string to match and followed by the string to use for replacement. The order of the replacement rules is important as the filtering process stops as soon as a rule is matched. Filtering is only applied during ScaleViz synchronization of fields of type SoSFFilePathString and SoMFFilePathString. String replacement rules are comma separated. Examples: [ matchString1 replaceString1, "match String 2" replaceString2 ]

Specifies a user file path mapping between the local client computer and the remote cluster.

See Also