Uses of Class
com.foursoft.harness.vec.v113.VecGeometrySegment3D
Packages that use VecGeometrySegment3D
-
Uses of VecGeometrySegment3D in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecGeometrySegment3DModifier and TypeFieldDescriptionprotected List<VecGeometrySegment3D>VecBuildingBlockSpecification3D.geometrySegmentsMethods in com.foursoft.harness.vec.v113 that return VecGeometrySegment3DModifier and TypeMethodDescriptionObjectFactory.createVecGeometrySegment3D()Create an instance ofVecGeometrySegment3DVecBSplineCurve.getParentGeometrySegment3D()Gets a reference to the parent of this object in the XML DOM Tree.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecGeometrySegment3DModifier and TypeMethodDescriptionVecBuildingBlockSpecification3D.getGeometrySegments()Gets the value of the geometrySegments property.VecGeometryNode3D.getRefGeometrySegment3D()Gets aSetof allVecGeometrySegment3Dthat 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. -
Uses of VecGeometrySegment3D in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecGeometrySegment3DModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecGeometrySegment3D(VecGeometrySegment3D aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecGeometrySegment3D(VecGeometrySegment3D aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecGeometrySegment3D(VecGeometrySegment3D aBean) FunctionVisitor.visitVecGeometrySegment3D(VecGeometrySegment3D aBean) StrictBaseVisitor.visitVecGeometrySegment3D(VecGeometrySegment3D aBean) TraversingVisitor.visitVecGeometrySegment3D(VecGeometrySegment3D aBean) Visitor.visitVecGeometrySegment3D(VecGeometrySegment3D aBean)