SoVRMLTriangleFanSetsolid Property |
If you know that the shape encloses a volume, set this value to true.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool solid { get; }
Public ReadOnly Property solid As SoSFBool
Get
public:
property SoSFBool^ solid {
SoSFBool^ get ();
}
member solid : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksThen backface culling will be performed.
See Also