Class VecGeometryNode3D

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

public class VecGeometryNode3D extends VecGeometryNode implements Serializable, Visitable

A GeometryNode3D is the geometric representation of a TopologyNode in 3D-space.

Java class for GeometryNode3D complex type.

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


 <complexType name="GeometryNode3D">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}GeometryNode">
       <sequence>
         <element name="CartesianPoint" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • VecGeometryNode3D

      public VecGeometryNode3D()
  • Method Details

    • getCartesianPoint

      public VecCartesianPoint3D getCartesianPoint()
      Gets the value of the cartesianPoint property.
      Returns:
      possible object is Object
    • setCartesianPoint

      public void setCartesianPoint(VecCartesianPoint3D value)
      Sets the value of the cartesianPoint property.
      Parameters:
      value - allowed object is Object
    • getRefGeometrySegment3D

      public Set<VecGeometrySegment3D> getRefGeometrySegment3D()
      Gets a Set of all VecGeometrySegment3D that have a outgoing reference to this object.
      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.
    • getParentBuildingBlockSpecification3D

      public VecBuildingBlockSpecification3D getParentBuildingBlockSpecification3D()
      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 VecBuildingBlockSpecification3D 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