AnyCAD Rapid SDK 2022
The Rapid CAD SDK
Public Member Functions | List of all members
BufferAttribute Class Reference

Public Member Functions

ArrayBufferView GetData ()
 
void SetData (ArrayBufferView val)
 
EnumAttributeSemantic GetSemantic ()
 
void SetSemantic (EnumAttributeSemantic val)
 
EnumAttributeComponents GetComponents ()
 
void SetComponents (EnumAttributeComponents val)
 
long GetByteStride ()
 
void SetByteStride (long val)
 
long GetByteOffset ()
 
void SetByteOffset (long val)
 
EnumBufferDataUsage GetDataUsage ()
 
void SetDataUsage (EnumBufferDataUsage val)
 
long GetDivisor ()
 
void SetDivisor (long val)
 
boolean GetNormalized ()
 
void SetNormalized (boolean val)
 
long GetUpdateVersion ()
 
EnumDataType GetDataType ()
 
long GetCount ()
 
long GetByteSize ()
 
void RequestUpdate ()
 

Detailed Description

<> The attribute of geometry, could be Position, Normal, UV, etc.