SoVRMLGridShapeheight Property |
xDimension by zDimension array of scale factors representing the height above the grid for each vertex.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoMFFloat height { get; }
Public ReadOnly Property height As SoMFFloat
Get
public:
property SoMFFloat^ height {
SoMFFloat^ get ();
}
member height : SoMFFloat with get
Property Value
Type:
SoMFFloat
RemarksThe heights are stored in row major order.
See Also