Uses of Class
com.foursoft.harness.vec.v113.VecZone
Packages that use VecZone
-
Uses of VecZone in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecZoneFields in com.foursoft.harness.vec.v113 with type parameters of type VecZoneModifier and TypeFieldDescriptionVecZone.subZonesVecTopologySpecification.zonesSpecifies the Zones that are part of the TopologySpecification.Methods in com.foursoft.harness.vec.v113 that return VecZoneModifier and TypeMethodDescriptionObjectFactory.createVecZone()Create an instance ofVecZoneVecZone.getParentZone()Gets a reference to the parent of this object in the XML DOM Tree.VecBuildingBlockSpecification3D.getZone()Gets the value of the zone property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecZoneModifier and TypeMethodDescriptionVecZone.getSubZones()Gets the value of the subZones property.VecTopologySpecification.getZones()Gets the value of the zones property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecZone -
Uses of VecZone in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecZoneModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecZone(VecZone aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecZone(VecZone aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecZone(VecZone aBean) FunctionVisitor.visitVecZone(VecZone aBean) StrictBaseVisitor.visitVecZone(VecZone aBean) TraversingVisitor.visitVecZone(VecZone aBean) Visitor.visitVecZone(VecZone aBean)