Uses of Class
com.foursoft.harness.vec.v113.VecGeometryNode3D
Packages that use VecGeometryNode3D
-
Uses of VecGeometryNode3D in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecGeometryNode3DModifier and TypeFieldDescriptionprotected VecGeometryNode3DVecGeometrySegment3D.endNodeprotected VecGeometryNode3DVecGeometrySegment3D.startNodeFields in com.foursoft.harness.vec.v113 with type parameters of type VecGeometryNode3DModifier and TypeFieldDescriptionprotected List<VecGeometryNode3D>VecBuildingBlockSpecification3D.geometryNodesMethods in com.foursoft.harness.vec.v113 that return VecGeometryNode3DModifier and TypeMethodDescriptionObjectFactory.createVecGeometryNode3D()Create an instance ofVecGeometryNode3DVecGeometrySegment3D.getEndNode()Gets the value of the endNode property.VecGeometrySegment3D.getStartNode()Gets the value of the startNode property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecGeometryNode3DModifier and TypeMethodDescriptionVecBuildingBlockSpecification3D.getGeometryNodes()Gets the value of the geometryNodes property.VecCartesianPoint3D.getRefGeometryNode3D()Gets aSetof allVecGeometryNode3Dthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling.Methods in com.foursoft.harness.vec.v113 with parameters of type VecGeometryNode3DModifier and TypeMethodDescriptionvoidVecGeometrySegment3D.setEndNode(VecGeometryNode3D value) Sets the value of the endNode property.voidVecGeometrySegment3D.setStartNode(VecGeometryNode3D value) Sets the value of the startNode property. -
Uses of VecGeometryNode3D in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecGeometryNode3DModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecGeometryNode3D(VecGeometryNode3D aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecGeometryNode3D(VecGeometryNode3D aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecGeometryNode3D(VecGeometryNode3D aBean) FunctionVisitor.visitVecGeometryNode3D(VecGeometryNode3D aBean) StrictBaseVisitor.visitVecGeometryNode3D(VecGeometryNode3D aBean) TraversingVisitor.visitVecGeometryNode3D(VecGeometryNode3D aBean) Visitor.visitVecGeometryNode3D(VecGeometryNode3D aBean)