SoVRMLTriangleFanSetfanCount Property |
Number of vertices in each triangle strip.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoMFInt32 fanCount { get; }
Public ReadOnly Property fanCount As SoMFInt32
Get
public:
property SoMFInt32^ fanCount {
SoMFInt32^ get ();
}
member fanCount : SoMFInt32 with get
Property Value
Type:
SoMFInt32
RemarksThe number of strips is equal to the number of values in this field.
See Also