SoVRMLLinePropertieslineType Property |
The linetype field selects a line pattern.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFInt32 lineType { get; }
Public ReadOnly Property lineType As SoSFInt32
Get
public:
property SoSFInt32^ lineType {
SoSFInt32^ get ();
}
member lineType : SoSFInt32 with get
Property Value
Type:
SoSFInt32
RemarksThe following values of lineType are supported:
lineType | Line Pattern |
1
2
3
4
5 | Solid
Dashed
Dotted
Dashed-dotted
Dash-dot-dot |
See Also