Uses of Class
com.foursoft.harness.vec.v113.VecBuildingBlockSpecification3D
Packages that use VecBuildingBlockSpecification3D
-
Uses of VecBuildingBlockSpecification3D in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecBuildingBlockSpecification3DModifier and TypeFieldDescriptionprotected VecBuildingBlockSpecification3DVecBuildingBlockPositioning3D.referenced3DBuildingBlockReferences the building block that is positioned.Methods in com.foursoft.harness.vec.v113 that return VecBuildingBlockSpecification3DModifier and TypeMethodDescriptionObjectFactory.createVecBuildingBlockSpecification3D()Create an instance ofVecBuildingBlockSpecification3DVecCartesianPoint3D.getParentBuildingBlockSpecification3D()Gets a reference to the parent of this object in the XML DOM Tree.VecGeometryNode3D.getParentBuildingBlockSpecification3D()Gets a reference to the parent of this object in the XML DOM Tree.VecGeometrySegment3D.getParentBuildingBlockSpecification3D()Gets a reference to the parent of this object in the XML DOM Tree.VecOccurrenceOrUsageViewItem3D.getParentBuildingBlockSpecification3D()Gets a reference to the parent of this object in the XML DOM Tree.VecBuildingBlockPositioning3D.getReferenced3DBuildingBlock()Gets the value of the referenced3DBuildingBlock property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecBuildingBlockSpecification3DModifier and TypeMethodDescriptionVecUnit.getRefBuildingBlockSpecification3D()Gets aSetof allVecBuildingBlockSpecification3Dthat 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.VecZone.getRefBuildingBlockSpecification3D()Gets aSetof allVecBuildingBlockSpecification3Dthat 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 VecBuildingBlockSpecification3DModifier and TypeMethodDescriptionvoidVecBuildingBlockPositioning3D.setReferenced3DBuildingBlock(VecBuildingBlockSpecification3D value) Sets the value of the referenced3DBuildingBlock property. -
Uses of VecBuildingBlockSpecification3D in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecBuildingBlockSpecification3DModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecBuildingBlockSpecification3D(VecBuildingBlockSpecification3D aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecBuildingBlockSpecification3D(VecBuildingBlockSpecification3D aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecBuildingBlockSpecification3D(VecBuildingBlockSpecification3D aBean) FunctionVisitor.visitVecBuildingBlockSpecification3D(VecBuildingBlockSpecification3D aBean) StrictBaseVisitor.visitVecBuildingBlockSpecification3D(VecBuildingBlockSpecification3D aBean) TraversingVisitor.visitVecBuildingBlockSpecification3D(VecBuildingBlockSpecification3D aBean)