Class VecBuildingBlockPositioning3D

All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasCustomProperties<VecCustomProperty>, Visitable, Serializable

public class VecBuildingBlockPositioning3D extends VecConfigurableElement implements Serializable, Visitable

Defines the position of a BuildingBlock3D in the HarnessGeometry.

Java class for BuildingBlockPositioning3D complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="BuildingBlockPositioning3D">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}ConfigurableElement">
       <sequence>
         <element name="Referenced3DBuildingBlock" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
         <element name="Positioning" type="{http://www.prostep.org/ecad-if/2011/vec}Transformation3D" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • referenced3DBuildingBlock

      protected VecBuildingBlockSpecification3D referenced3DBuildingBlock

      References the building block that is positioned.

    • positioning

      protected VecTransformation3D positioning

      Specifies the positioning of the building block in the harness geometry.

  • Constructor Details

    • VecBuildingBlockPositioning3D

      public VecBuildingBlockPositioning3D()
  • Method Details

    • getReferenced3DBuildingBlock

      public VecBuildingBlockSpecification3D getReferenced3DBuildingBlock()
      Gets the value of the referenced3DBuildingBlock property.

      References the building block that is positioned.

      Returns:
      possible object is Object
    • setReferenced3DBuildingBlock

      public void setReferenced3DBuildingBlock(VecBuildingBlockSpecification3D value)
      Sets the value of the referenced3DBuildingBlock property.
      Parameters:
      value - allowed object is Object
      See Also:
    • getPositioning

      public VecTransformation3D getPositioning()
      Gets the value of the positioning property.

      Specifies the positioning of the building block in the harness geometry.

      Returns:
      possible object is VecTransformation3D
    • setPositioning

      public void setPositioning(VecTransformation3D value)
      Sets the value of the positioning property.
      Parameters:
      value - allowed object is VecTransformation3D
      See Also:
    • getParentHarnessGeometrySpecification3D

      public VecHarnessGeometrySpecification3D getParentHarnessGeometrySpecification3D()
      Gets a reference to the parent of this object in the XML DOM Tree. If this class can have different parents in DOM, this property is initialized with the parent, if the parent is a VecHarnessGeometrySpecification3D otherwise it will be null.
      Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by the ExtendedUnmarshaller.
      This property is consistent to the state of object model at the time of unmarshalling. It does not reflect any changes done in the object model after the unmarshalling.
      This property has no effect when the object is marshalled to xml.
    • accept

      public <R, E extends Throwable> R accept(Visitor<R,E> aVisitor) throws E
      Specified by:
      accept in interface Visitable
      Throws:
      E extends Throwable