Uses of Class
com.foursoft.harness.vec.v113.VecTransformation3D
Packages that use VecTransformation3D
-
Uses of VecTransformation3D in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecTransformation3DModifier and TypeFieldDescriptionprotected VecTransformation3DVecOccurrenceOrUsageViewItem3D.orientationprotected VecTransformation3DVecBuildingBlockPositioning3D.positioningSpecifies the positioning of the building block in the harness geometry.Methods in com.foursoft.harness.vec.v113 that return VecTransformation3DModifier and TypeMethodDescriptionObjectFactory.createVecTransformation3D()Create an instance ofVecTransformation3DVecOccurrenceOrUsageViewItem3D.getOrientation()Gets the value of the orientation property.VecBuildingBlockPositioning3D.getPositioning()Gets the value of the positioning property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecTransformation3DModifier and TypeMethodDescriptionVecCartesianPoint3D.getRefTransformation3D()Gets aSetof allVecTransformation3Dthat 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 VecTransformation3DModifier and TypeMethodDescriptionvoidVecOccurrenceOrUsageViewItem3D.setOrientation(VecTransformation3D value) Sets the value of the orientation property.voidVecBuildingBlockPositioning3D.setPositioning(VecTransformation3D value) Sets the value of the positioning property. -
Uses of VecTransformation3D in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecTransformation3DModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecTransformation3D(VecTransformation3D aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecTransformation3D(VecTransformation3D aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecTransformation3D(VecTransformation3D aBean) FunctionVisitor.visitVecTransformation3D(VecTransformation3D aBean) StrictBaseVisitor.visitVecTransformation3D(VecTransformation3D aBean) TraversingVisitor.visitVecTransformation3D(VecTransformation3D aBean) Visitor.visitVecTransformation3D(VecTransformation3D aBean)