API Reference > FacetModeler Namespace > Classes > Body Class > Body Operators > Body::= Operator
Body::= Operator
Syntax
C++
Body& operator =(const Body& B);
Parameters 
Description 
const Body& B 
[in] Body to assign.  

Reference to this body.

Assignment operator. 

 

Doesn't create a copy of the body, only copies the implementation (BodyImpl) pointer.

Copyright © 2002-2020. Open Design Alliance. All rights reserved.