Uses of Class
com.foursoft.harness.vec.v113.VecCartesianPoint3D
Packages that use VecCartesianPoint3D
-
Uses of VecCartesianPoint3D in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecCartesianPoint3DModifier and TypeFieldDescriptionprotected VecCartesianPoint3DVecGeometryNode3D.cartesianPointprotected VecCartesianPoint3DVecTransformation3D.originFields in com.foursoft.harness.vec.v113 with type parameters of type VecCartesianPoint3DModifier and TypeFieldDescriptionprotected List<VecCartesianPoint3D>VecBuildingBlockSpecification3D.cartesianPointsprotected List<VecCartesianPoint3D>VecBSplineCurve.controlPointMethods in com.foursoft.harness.vec.v113 that return VecCartesianPoint3DModifier and TypeMethodDescriptionObjectFactory.createVecCartesianPoint3D()Create an instance ofVecCartesianPoint3DVecGeometryNode3D.getCartesianPoint()Gets the value of the cartesianPoint property.VecTransformation3D.getOrigin()Gets the value of the origin property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecCartesianPoint3DModifier and TypeMethodDescriptionVecBuildingBlockSpecification3D.getCartesianPoints()Gets the value of the cartesianPoints property.VecBSplineCurve.getControlPoint()Gets the value of the controlPoint property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecCartesianPoint3DModifier and TypeMethodDescriptionvoidVecGeometryNode3D.setCartesianPoint(VecCartesianPoint3D value) Sets the value of the cartesianPoint property.voidVecTransformation3D.setOrigin(VecCartesianPoint3D value) Sets the value of the origin property. -
Uses of VecCartesianPoint3D in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecCartesianPoint3DModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecCartesianPoint3D(VecCartesianPoint3D aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecCartesianPoint3D(VecCartesianPoint3D aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecCartesianPoint3D(VecCartesianPoint3D aBean) FunctionVisitor.visitVecCartesianPoint3D(VecCartesianPoint3D aBean) StrictBaseVisitor.visitVecCartesianPoint3D(VecCartesianPoint3D aBean) TraversingVisitor.visitVecCartesianPoint3D(VecCartesianPoint3D aBean) Visitor.visitVecCartesianPoint3D(VecCartesianPoint3D aBean)