SoVertexAttribFeedbackqueryGeneratedPrimitivesCount Property |
Read back the number of recorded primitives.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFBool queryGeneratedPrimitivesCount { get; }
Public ReadOnly Property queryGeneratedPrimitivesCount As SoSFBool
Get
public:
property SoSFBool^ queryGeneratedPrimitivesCount {
SoSFBool^ get ();
}
member queryGeneratedPrimitivesCount : SoSFBool with get
Property Value
Type:
SoSFBoolRemarks The read back is performed only when this field is set to true and the method getGeneratedPrimitivesCount returns the value.
Default value is false.
See Also