Difference between revisions of "GeometryCHUNK"
From BRL-CAD
Stpierre96 (talk | contribs) (→Description) |
Stpierre96 (talk | contribs) (→Byte Format) |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
If a [[GeometryREQFAIL]] message is displayed, this indicates that the GeometryCHUNK object has failed. <BSRJ> | If a [[GeometryREQFAIL]] message is displayed, this indicates that the GeometryCHUNK object has failed. <BSRJ> | ||
+ | Note: You can read all [[Failure]] codes. | ||
==Related Subjects== | ==Related Subjects== | ||
Line 17: | Line 18: | ||
No additional fields beyond that of the [[NetMsgTypes|Common Header]] and [[GenericMultiByteMsg]] | No additional fields beyond that of the [[NetMsgTypes|Common Header]] and [[GenericMultiByteMsg]] | ||
+ | |||
+ | |||
+ | ==Google Code In== | ||
+ | This page was edited for [[Google_Code_In]] by BSRJ. |
Latest revision as of 16:14, 1 January 2013
Description[edit]
NetMsg that contains a single serialized Geometry object. Extends GenericMultiByteMsg (thus contains those fields also). The String field from GenericMultiByteMsg is used as the Data field.
Failure Codes[edit]
If a GeometryREQFAIL message is displayed, this indicates that the GeometryCHUNK object has failed. <BSRJ>
Note: You can read all Failure codes.
Related Subjects[edit]
Byte Format[edit]
No additional fields beyond that of the Common Header and GenericMultiByteMsg
Google Code In[edit]
This page was edited for Google_Code_In by BSRJ.