mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-09 07:20:52 +08:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
#include <StepVisual_PresentationLayerUsage.ixx>
|
||||
|
||||
StepVisual_PresentationLayerUsage::StepVisual_PresentationLayerUsage () { }
|
||||
|
||||
void StepVisual_PresentationLayerUsage::Init
|
||||
(const Handle(StepVisual_PresentationLayerAssignment)& aAssignment,
|
||||
const Handle(StepVisual_PresentationRepresentation)& aPresentation)
|
||||
{ theAssignment = aAssignment; thePresentation = aPresentation; }
|
||||
|
||||
void StepVisual_PresentationLayerUsage::SetAssignment
|
||||
(const Handle(StepVisual_PresentationLayerAssignment)& aAssignment)
|
||||
{ theAssignment = aAssignment; }
|
||||
|
||||
Handle(StepVisual_PresentationLayerAssignment) StepVisual_PresentationLayerUsage::Assignment () const
|
||||
{ return theAssignment; }
|
||||
|
||||
void StepVisual_PresentationLayerUsage::SetPresentation
|
||||
(const Handle(StepVisual_PresentationRepresentation)& aPresentation)
|
||||
{ thePresentation = aPresentation; }
|
||||
|
||||
Handle(StepVisual_PresentationRepresentation) StepVisual_PresentationLayerUsage::Presentation () const
|
||||
{ return thePresentation; }
|
||||
Reference in New Issue
Block a user