Property

The Property commands are used to create and manage reinforcements and to assign properties to a part. (See also Material commands and Section commands.) The Property commands are methods of a Part object.

Create properties for Part

class PropertyPart(
name: str,
dimensionality: SymbolicConstant,
type: SymbolicConstant,
twist: AbaqusBoolean | bool = OFF,
)[源代码]
class PropertyPart(
name: str,
objectToCopy: str,
scale: float = 1,
mirrorPlane: SymbolicConstant = NONE,
compressFeatureList: AbaqusBoolean | bool = OFF,
separate: AbaqusBoolean | bool = OFF,
)

基类:PartBase

Public Data Attributes:

Inherited from PartBase

geometryValidity

A Boolean specifying the validity of the geometry of the part.

isOutOfDate

An Int specifying that feature parameters have been modified but that the part has not been regenerated.

timeStamp

A Float specifying when the part was last modified.

vertices

A VertexArray object specifying all the vertices in the part.

ignoredVertices

An IgnoredVertexArray object specifying all the ignored vertices in the part.

edges

An EdgeArray object specifying all the edges in the part.

ignoredEdges

An IgnoredEdgeArray object specifying all the ignored edges in the part.

faces

A FaceArray object specifying all the faces in the part.

cells

A CellArray object specifying all the cells in the part.

features

A repository of Feature objects specifying all the features in the part.

featuresById

A repository of Feature objects specifying all Feature objects in the part.

datums

A repository of Datum objects specifying all the datums in the part.

elements

A MeshElementArray object specifying all the elements in the part.

elemFaces

A repository of MeshFace objects specifying all the element faces in the part.

elementFaces

A MeshFaceArray object specifying all the unique element faces in the part.

nodes

A MeshNodeArray object specifying all the nodes in the part.

retainedNodes

A MeshNodeArray object specifying all the retained nodes in the substructure part.

sets

A repository of Set objects specifying for more information, see Set.

allSets

A repository of Set objects specifying the contents of the allSets repository is the same as the contents of the sets repository.

allInternalSets

A repository of Set objects specifying picked regions.

surfaces

A repository of Surface objects specifying for more information, see Surface.

allSurfaces

A repository of Surface objects specifying the contents of the allSurfaces repository is the same as the contents of the surfaces repository.

allInternalSurfaces

A repository of Surface objects specifying picked regions.

skins

A repository of Skin objects specifying the skins created on the part.

stringers

A repository of Stringer objects specifying the stringers created on the part.

referencePoints

A repository of ReferencePoint objects.

engineeringFeatures

An EngineeringFeature object.

sectionAssignments

A SectionAssignmentArray object.

materialOrientations

A MaterialOrientationArray object.

compositeLayups

A repository of CompositeLayup objects.

elemEdges

A repository of MeshEdge objects specifying all the element edges in the part.

elementEdges

A MeshEdgeArray object specifying all the unique element edges in the part.

name

A String specifying the repository key.

id

An Int specifying the ID of the feature.

Inherited from Feature

name

A String specifying the repository key.

id

An Int specifying the ID of the feature.

Public Methods:

CompositeLayup(name[, description, ...])

This method creates a CompositeLayup object.

SectionAssignment(region, sectionName[, ...])

This method creates a SectionAssignment object.

MaterialOrientation([region, localCsys, ...])

This method creates a MaterialOrientation object.

assignBeamSectionOrientation(region, method, n1)

This method assigns a beam section orientation to a region of a part.

assignMaterialOrientation(region, localCsys)

This method assigns a material orientation to a region.

assignRebarOrientation(region, localCsys[, ...])

This method assigns a rebar reference orientation to a region.

flipNormal(regions[, referenceRegion])

This method flips the normals of shell or membrane elements of an orphan mesh or of two-dimensional geometric regions.

flipTangent(regions)

This method flips the tangents of beam or truss elements of an orphan mesh or of one-dimensional geometric regions.

unassignBeamSectionOrientation(index)

This method deletes a beam section orientation assignment.

unassignMaterialOrientation(index)

This method deletes a material orientation assignment.

unassignRebarOrientation(index)

This method deletes a rebar orientation assignment.

Inherited from PartBase

__init__()

PartFromBooleanCut(name, instanceToBeCut, ...)

This method creates a Part in the parts repository after subtracting or cutting the geometries of a group of part instances from that of a base part instance.

PartFromBooleanMerge(name, instances[, ...])

This method creates a Part in the parts repository after merging two or more part instances.

PartFromExtrude2DMesh(name, part, depth, ...)

This method creates a Part object by extruding an existing two-dimensional orphan mesh Part object in the positive Z direction and places it in the parts repository.

PartFromGeometryFile(name, geometryFile, ...)

This method creates a Part object and places it in the parts repository.

PartFromInstanceMesh(name[, partInstances, ...])

This method creates a Part object containing the mesh found in the supplied PartInstance objects and places the new Part object in the parts repository.

PartFromMesh(name[, copySets])

This method creates a Part object containing the mesh found in the part and places the new Part object in the parts repository.

PartFromMeshMirror(name, part, point1, point2)

This method creates a Part object by mirroring an existing orphan mesh Part object about a specified plane and places it in the parts repository.

PartFromNodesAndElements(name, ...[, twist])

This method creates a Part object from nodes and elements and places it in the parts repository.

PartFromOdb(name, odb[, fileName, instance, ...])

This method creates an orphan mesh Part object by reading an output database.

PartFromSection3DMeshByPlane(name, part, ...)

This method creates a Part object by cutting an existing three-dimensional orphan mesh Part object by a plane and places it in the parts repository.

PartFromSubstructure(name, substructureFile, ...)

This method creates a substructure Part object by reading a substructure sim file and places it in the parts repository.

Part2DGeomFrom2DMesh(name, part, featureAngle)

This method creates a geometric Part object from the outline of an existing two-dimensional orphan mesh Part object and places it in the parts repository.

setValues(*args, **kwargs)

This method modifies the Part object.

addGeomToSketch(sketch)

This method converts a part into a sketch by projecting all of the edges of the part onto the X-Y plane of the sketch.

assignThickness(faces[, thickness, ...])

This method assigns thickness data to shell faces.

backup()

This method makes a backup copy of the features in the part.

checkGeometry([detailed, reportFacetErrors, ...])

This method checks the validity of the geometry of the part and prints a count of all topological entities on the part (faces, edges, vertices, etc.).

clearGeometryCache()

This method clears the geometry cache.

deleteAllFeatures()

This method deletes all the features in the part.

deleteFeatures(featureNames)

This method deletes the given features.

getAngle(plane1, plane2, line1, line2[, ...])

This method returns the angle between the specified entities.

getArea(faces[, relativeAccuracy])

This method returns the total surface area of a given face or group of faces.

getAssociatedCADPaths()

This method returns the paths to the associated CAD part and root file.

getCADParameters()

This method returns the names and values of the CAD parameters associated with the part.

getCentroid(faces, cells[, relativeAccuracy])

Location of the centroid of a given face/cell or group of faces/cells.

getCoordinates(entity)

This method returns the coordinates of specified point.

getCurvature(edges[, samplePoints])

This method returns the maximum curvature of a given edge or group of edges.

getDistance(entity1, entity2)

Depending on the arguments provided, this method returns one of the following:

getLength(edges)

This method returns the length of a given edge or group of edges.

getPerimeter(faces)

This method returns the total perimeter of a given face or group of faces.

getVolume(cells[, relativeAccuracy])

This method returns the volume area of a given cell or group of cells.

getMassProperties([regions, ...])

This method returns the mass properties of a part or region.

getFeatureFaces(name)

This method returns a sequence of Face objects that are created by the given feature.

getFeatureEdges(name)

This method returns a sequence of Edge objects that are created by the given feature.

getFeatureCells(name)

This method returns a sequence of Cell objects that are created by the given feature.

getFeatureVertices(name)

This method returns a sequence of ConstrainedSketchVertex objects that are created by the given feature.

isAlignedWithSketch()

This method checks if the normal of an analytical rigid surface part is aligned with that of its sketch.

printAssignedSections()

This method prints information on each section that has been assigned to a region of the part.

projectEdgesOntoSketch(sketch, edges[, ...])

This method projects the selected edges of a part onto the specified ConstrainedSketch object.

projectReferencesOntoSketch(sketch[, ...])

This method projects the vertices of specified edges, and datum points from the part onto the specified ConstrainedSketch object.

queryAttributes([printResults])

This method prints the following information about a part:

queryCachedStates()

This method displays the position of geometric states relative to the sequence of features in the part cache.

queryGeometry([relativeAccuracy, printResults])

This method prints the following information about a part:

queryRegionsMissingSections()

This method returns all regions in the part that do not have a section assignment but require one for analysis.

queryDisjointPlyRegions()

This method provides a list of all composite plys in the current part which have disjoint regions.

regenerate()

This method regenerates a part.

regenerationWarnings()

This method prints any regeneration warnings associated with the features.

removeInvalidGeometry()

Removes all invalid entities from the part, leaving a valid part.

restore()

This method restores the parameters of all features in the assembly to the value they had before a failed regeneration.

resumeAllFeatures()

This method resumes all the suppressed features in the part.

resumeFeatures(featureNames)

This method resumes the specified suppressed features in the part.

resumeLastSetFeatures()

This method resumes the last set of features to be suppressed in the part.

saveGeometryCache()

This method caches the current geometry.

setAssociatedCADPaths([partFile, rootFile])

This method sets the paths to the associated CAD part and root file.

suppressFeatures(featureNames)

This method suppresses the given features.

writeAcisFile(fileName[, version])

This method exports the geometry of the part to a named file in ACIS format.

writeCADParameters(paramFile[, ...])

This method writes the parameters that were imported from the CAD system to a parameter file.

writeIgesFile(fileName, flavor)

This method exports the geometry of the part to a named file in IGES format.

writeStepFile(fileName)

This method exports the geometry of the part to a named file in STEP format.

writeVdaFile(fileName)

This method exports the geometry of the part to a named file in VDA-FS format.

copyMeshPattern(elements, faces, elemFaces, ...)

This method copies a mesh pattern from a source region consisting of a set of shell elements or element faces onto a target face, mapping nodes and elements in a one-one correspondence between source and target.

smoothNodes(nodes)

This method smooths the given nodes of a native mesh, moving them locally to a more optimal location that improves the quality of the mesh.

Lock()

This method locks the part.

Unlock()

This method unlocks the part.

LockForUpgrade()

This method locks the part for upgrade.

Inherited from PartFeature

AutoRepair()

This method carries out a sequence of geometry repair operations if it contains invalid entities.

AddCells(faceList[, flipped])

This method tries to convert a shell entity to a solid entity.

AnalyticRigidSurf2DPlanar(sketch)

This method creates a first Feature object for an analytical rigid surface by creating a planar wire from the given ConstrainedSketch object.

AnalyticRigidSurfExtrude(sketch[, depth])

This method creates a first Feature object for an analytical rigid surface by extruding the given ConstrainedSketch object by the given depth, creating a surface.

AnalyticRigidSurfRevolve(sketch)

This method creates a first Feature object for an analytical rigid surface by revolving the given ConstrainedSketch object by 360° about the Y axis.

AssignMidsurfaceRegion(cellList)

This method assign a mid-surface property to sequence of Cell objects.

BaseSolidExtrude(sketch, depth[, ...])

This method creates a first Feature object by extruding the given ConstrainedSketch object by the given depth, creating a solid.

BaseSolidRevolve(sketch, angle[, pitch, ...])

This method creates a first Feature object by revolving the given ConstrainedSketch object by the given angle, creating a solid.

BaseSolidSweep(sketch, path)

This method creates a first Feature object by sweeping the given profile ConstrainedSketch object along the path defined by the path ConstrainedSketch object, creating a solid.

BaseShell(sketch)

This method creates a first Feature object by creating a planar shell from the given ConstrainedSketch object.

BaseShellExtrude(sketch, depth[, ...])

This method creates a first Feature object by extruding the given ConstrainedSketch object by the given depth, creating a shell.

BaseShellRevolve(sketch, angle[, pitch, ...])

This method creates a first Feature object by revolving the given ConstrainedSketch object by the given angle, creating a shell.

BaseShellSweep(sketch, path)

This method creates a first Feature object by sweeping the given section ConstrainedSketch object along the path defined by the path ConstrainedSketch object, creating a shell.

BaseWire(sketch)

This method creates a first Feature object by creating a planar wire from the given ConstrainedSketch object.

BlendFaces(side1, side2[, method, path])

This method creates a Feature object by creating new faces that blends two sets of faces.

Chamfer(length, edgeList)

This method creates an additional Feature object by chamfering the given list of edges with a given length.

Mirror(mirrorPlane, keepOriginal[, ...])

This method mirrors existing part geometry across a plane to create new geometry.

ConvertToAnalytical()

This method attempts to change entities into a simpler form that will speed up processing and make entities available during feature operations.

ConvertToPrecise([method])

This method attempts to change imprecise entities so that the geometry becomes precise.

CoverEdges(edgeList[, tryAnalytical])

This method generates a face using the given edges as the face's boundaries.

Cut(sketchPlane, sketchPlaneSide, ...[, ...])

This method creates an additional Feature object by cutting a hole using the given ConstrainedSketch object.

CutExtrude(sketchPlane, sketchPlaneSide, ...)

This method creates an additional Feature object by extruding the given ConstrainedSketch object by the given depth and cutting away material in the solid and shell regions of the part.

CutLoft(loftsections[, startCondition, ...])

This method creates an additional Feature object by lofting between the given sections and cutting away material from the part.

CutRevolve(sketchPlane, sketchPlaneSide, ...)

This method creates an additional Feature object by revolving the given ConstrainedSketch object by the given angle and cutting away material from the part.

CutSweep(path, profile[, pathPlane, ...])

This method creates an additional Feature object by sweeping the given ConstrainedSketch object along a path which may be a ConstrainedSketch or a sequence of Edge objects and cutting away material from the part.

ExtendFaces([faces, extendAlong, distance, ...])

This method extends faces along its free edges by offsetting the external edges along the surfaces.

FaceFromElementFaces(elementFaces[, stitch, ...])

This method creates a geometry face from a collection of orphan element faces.

HoleBlindFromEdges(plane, planeSide, ...)

This method creates an additional Feature object by creating a circular blind hole of the given diameter and depth and cutting away material in the solid and shell regions of the part.

HoleFromEdges(diameter, edge1, distance1, ...)

This method creates an additional Feature object by creating a circular hole of the given diameter in a 2D planar part and cutting away material in the shell and wire regions of the part.

HoleThruAllFromEdges(plane, planeSide, ...)

This method creates an additional Feature object by creating a circular through hole of the given diameter and cutting away material in the solid and shell regions of the part.

MergeEdges([edgeList, extendSelection])

This method merges edges either by extending the user selection or using only the selected edges.

OffsetFaces(faceList[, distance, ...])

This method creates new faces by offsetting existing faces.

RemoveCells(cellList)

This method converts a solid entity to a shell entity.

RemoveFaces(faceList[, deleteCells])

This method removes faces from a solid entity or from a shell entity.

RemoveFacesAndStitch(faceList)

This method removes faces from a solid entity and attempts to close the resulting gap by extending the neighboring faces of the solid.

RemoveRedundantEntities([vertexList, ...])

This method removes redundant edges and vertices from a solid or a shell entity.

RepairFaceNormals([faceList])

This method works on the entire part or a sequence of shell faces.

RepairInvalidEdges(edgeList)

This method repairs invalid edges.

RepairSliver(face, point1, point2[, ...])

This method repairs the selected sliver from the selected face.

RepairSmallEdges(edgeList[, toleranceChecks])

This method repairs small edges.

RepairSmallFaces(faceList[, toleranceChecks])

This method repairs small faces.

ReplaceFaces(faceList[, stitch])

This method replaces the selected faces with a single face.

Round(radius, edgeList, vertexList)

This method creates an additional Feature object by rounding (filleting) the given list of entities with the given radius.

Shell(sketchPlane, sketchPlaneSide, ...[, ...])

This method creates an additional Feature object by creating a planar shell from the given ConstrainedSketch object.

ShellExtrude(sketchPlane, sketchPlaneSide, ...)

This method creates an additional Feature object by extruding the given ConstrainedSketch object by the given depth, creating a shell protrusion.

ShellLoft(loftsections[, startCondition, ...])

This method creates an additional Feature object by lofting between the given sections and adding shell faces to the part.

ShellRevolve(sketchPlane, sketchPlaneSide, ...)

This method creates an additional Feature object by revolving the given ConstrainedSketch object by the given angle, creating a shell protrusion.

ShellSweep(path, profile[, pathPlane, ...])

This method creates an additional Feature object by sweeping the given ConstrainedSketch object or a sequence of Edge objects along a path which may be a ConstrainedSketch or a sequence of Edge objects, creating a shell swept protrusion.

SolidExtrude(sketchPlane, sketchPlaneSide, ...)

This method creates an additional Feature object by extruding the given ConstrainedSketch object by the given depth, creating a solid protrusion.

SolidLoft(loftsections[, startCondition, ...])

This method creates an additional Feature object by lofting between the given sections and adding material to the part.

SolidRevolve(sketchPlane, sketchPlaneSide, ...)

This method creates an additional Feature object by revolving the given ConstrainedSketch object by the given angle, creating a solid protrusion.

SolidSweep(path, profile[, pathPlane, ...])

This method creates an additional Feature object by sweeping the given ConstrainedSketch object or a Face object along a path which may be a ConstrainedSketch or a sequence of Edge objects, creating a solid swept protrusion.

Stitch([edgeList, stitchTolerance])

This method attempts to create a valid part by binding together free and imprecise edges of all the faces of a part.

Wire(sketchPlane, sketchPlaneSide, ...[, ...])

This method creates an additional Feature object by creating a planar wire from the given ConstrainedSketch object.

WireSpline(points[, mergeType, ...])

This method creates an additional Feature object by creating a spline wire that passes through a sequence of given points.

WirePolyLine(points[, mergeType, meshable])

This method creates an additional Feature object by creating a polyline wire that passes through a sequence of given points.

WireFromEdge(edgeList)

This method creates an additional Feature object by creating a Wire by selecting one or more Edge objects of a Solid or Shell part.

Inherited from Feature

AttachmentPoints(name, points[, ...])

This method creates an attachment points Feature.

AttachmentPointsAlongDirection(name, ...[, ...])

This method creates a Feature object by creating attachment points along a direction or between two points.

AttachmentPointsOffsetFromEdges(name, edges)

This method creates a Feature object by creating attachment points along or offset from one or more connected edges.

DatumAxisByCylFace(face)

This method creates a Feature object and a DatumAxis object along the axis of a cylinder or cone.

DatumAxisByNormalToPlane(plane, point)

This method creates a Feature object and a DatumAxis object normal to the specified plane and passing through the specified point.

DatumAxisByParToEdge(edge, point)

This method creates a Feature object and a DatumAxis object parallel to the specified edge and passing through the specified point.

DatumAxisByPrincipalAxis(principalAxis)

This method creates a Feature object and a DatumAxis object along one of the three principal axes.

DatumAxisByRotation()

DatumAxisByThreePoint(point1, point2, point3)

This method creates a Feature object and a DatumAxis object normal to the circle described by three points and through its center.

DatumAxisByThruEdge(edge)

This method creates a Feature object and a DatumAxis object along the specified edge.

DatumAxisByTwoPlane(plane1, plane2)

This method creates a Feature object and a DatumAxis object at the intersection of two planes.

DatumAxisByTwoPoint(point1, point2)

This method creates a Feature object and a DatumAxis object along the line joining two points.

DatumCsysByDefault(coordSysType[, name])

This method creates a Feature object and a DatumCsys object from the specified default coordinate system at the origin.

DatumCsysByOffset(coordSysType, ...[, name])

This method creates a Feature object and a DatumCsys object by offsetting the origin of an existing datum coordinate system to a specified point.

DatumCsysByThreePoints(coordSysType, origin, ...)

This method creates a Feature object and a DatumCsys object from three points.

DatumCsysByTwoLines(coordSysType, line1, line2)

This method creates a Feature object and a DatumCsys object from two orthogonal lines.

DatumPlaneByPrincipalPlane(principalPlane, ...)

This method creates a Feature object and a DatumPlane object through the origin along one of the three principal planes.

DatumPlaneByOffset()

DatumPlaneByRotation(plane, axis, angle)

This method creates a Feature object and a DatumPlane object by rotating a plane about the specified axis through the specified angle.

DatumPlaneByThreePoints(point1, point2, point3)

This method creates a Feature object and a DatumPlane object defined by passing through three points.

DatumPlaneByLinePoint(line, point)

This method creates a Feature object and a DatumPlane object that pass through the specified line and through the specified point that does not lie on the line.

DatumPlaneByPointNormal(point, normal)

This method creates a Feature object and a DatumPlane object normal to the specified line and running through the specified point.

DatumPlaneByTwoPoint(point1, point2)

This method creates a Feature object and a DatumPlane object midway between two points and normal to the line connecting the points.

DatumPointByCoordinate(coords)

This method creates a Feature object and a DatumPoint object at the point defined by the specified coordinates.

DatumPointByOffset(point, vector)

This method creates a Feature object and a DatumPoint object offset from an existing point by a vector.

DatumPointByMidPoint(point1, point2)

This method creates a Feature object and a DatumPoint object midway between two points.

DatumPointByOnFace(face, edge1, offset1, ...)

This method creates a Feature object and a DatumPoint object on the specified face, offset from two edges.

DatumPointByEdgeParam(edge, parameter)

This method creates a Feature object and a DatumPoint object along an edge at a selected distance from one end of the edge.

DatumPointByProjOnEdge(point, edge)

This method creates a Feature object and a DatumPoint object along an edge by projecting an existing point along the normal to the edge.

DatumPointByProjOnFace(point, face)

This method creates a Feature object and a DatumPoint object on a specified face by projecting an existing point onto the face.

MakeSketchTransform(sketchPlane[, origin, ...])

This method creates a Transform object.

PartitionCellByDatumPlane(cells, datumPlane)

This method partitions one or more cells using the given datum plane.

PartitionCellByExtendFace(cells, extendFace)

This method partitions one or more cells by extending the underlying geometry of a given face to partition the target cells.

PartitionCellByExtrudeEdge(cells, edges, ...)

This method partitions one or more cells by extruding selected edges in the given direction.

PartitionCellByPatchNCorners(cell, cornerPoints)

This method partitions a cell using an N-sided cutting patch defined by the given corner points.

PartitionCellByPatchNEdges(cell, edges)

This method partitions a cell using an N-sided cutting patch defined by the given edges.

PartitionCellByPlaneNormalToEdge(cells, ...)

This method partitions one or more cells using a plane normal to an edge at the given edge point.

PartitionCellByPlanePointNormal(cells, ...)

This method partitions one or more cells using a plane defined by a point and a normal direction.

PartitionCellByPlaneThreePoints(cells, ...)

This method partitions one or more cells using a plane defined by three points.

PartitionCellBySweepEdge(cells, edges, sweepPath)

This method partitions one or more cells by sweeping selected edges along the given sweep path.

PartitionEdgeByDatumPlane(edges, datumPlane)

This method partitions an edge where it intersects with a datum plane.

PartitionEdgeByParam(edges, parameter)

This method partitions one or more edges at the given normalized edge parameter.

PartitionEdgeByPoint(edge, point)

This method partitions an edge at the given point.

PartitionFaceByAuto(face)

This method automatically partitions a target face into simple regions that can be meshed using a structured meshing technique.

PartitionFaceByCurvedPathEdgeParams(face, ...)

This method partitions a face normal to two edges, using a curved path between the two given edge points defined by the normalized edge parameters.

PartitionFaceByCurvedPathEdgePoints(face, ...)

This method partitions a face normal to two edges, using a curved path between the two given edge points.

PartitionFaceByDatumPlane(faces, datumPlane)

This method partitions one or more faces using the given datum plane.

PartitionFaceByExtendFace(faces, extendFace)

This method partitions one or more faces by extending the underlying geometry of another given face to partition the target faces.

PartitionFaceByIntersectFace(faces, cuttingFaces)

This method partitions one or more faces using the given cutting faces to partition the target faces.

PartitionFaceByProjectingEdges(faces, edges)

This method partitions one or more faces by projecting the given edges on the target faces.

PartitionFaceByShortestPath(faces, point1, ...)

This method partitions one or more faces using a minimum distance path between the two given points.

PartitionFaceBySketch(faces, sketch[, ...])

This method partitions one or more planar faces by sketching on them.

PartitionFaceBySketchDistance(faces, ...[, ...])

This method partitions one or more faces by sketching on a sketch plane and then projecting the sketch toward the target faces through the given distance.

PartitionFaceBySketchRefPoint(faces, ...[, ...])

This method partitions one or more faces by sketching on a sketch plane and then projecting the sketch toward the target faces through a distance governed by the reference point.

PartitionFaceBySketchThruAll(faces, ...[, ...])

This method partitions one or more faces by sketching on a sketch plane and then projecting toward the target faces through an infinite distance.

ReferencePoint(point[, instanceName])

This method creates a Feature object and a ReferencePoint object at the specified location.

RemoveWireEdges(wireEdgeList)

This method removes wire edges.

WirePolyLine(points[, mergeType, meshable])

This method creates an additional Feature object by creating a series of wires joining points in pairs.

isSuppressed()

This method queries the suppressed state of the feature.

restore()

This method restores the parameters of a feature to the value they had when the backup method was invoked on the part or assembly.

resume()

This method resumes suppressed features.

setValues([parameter, parameter1, ...])

This method modifies the Feature object.

suppress()

This method suppresses features.


Member Details:

CompositeLayup(
name,
description='',
offsetType=GLOBAL,
offsetField='',
offsetValues=0,
elementType=SHELL,
symmetric=0,
)[源代码]

This method creates a CompositeLayup object.

备注

This function can be accessed by:

mdb.models[name].parts[name].CompositeLayup
参数:
name

A String specifying the repository key.

description=''

A String specifying a description of the composite layup.

offsetType=GLOBAL

A SymbolicConstant specifying the method used to define the shell offset. If offsetType = OFFSET_FIELD the offsetField argument is required. This member is valid only if elementType = SHELL. Possible values are SINGLE_VALUE, MIDDLE_SURFACE, TOP_SURFACE, BOTTOM_SURFACE, OFFSET_FIELD, and GLOBAL. The default value is GLOBAL.

offsetField=''

A String specifying The name of the field specifying the offset. This member is valid only if elementType = SHELL. The default value is an empty string.

offsetValues=0

A Float specifying The offset of the shell section. This member is valid only if elementType = SHELL. The default value is 0.0.

elementType=SHELL

A SymbolicConstant specifying the type of element in the composite layup. Possible values are SHELL, CONTINUUM_SHELL, and SOLID. The default value is SHELL.

symmetric=0

A Boolean specifying whether or not the layup should be made symmetric by the analysis. The default value is OFF.

返回:

layup – A CompositeLayup object.

返回类型:

CompositeLayup

抛出:

AbaqusException

MaterialOrientation(
region=None,
localCsys=None,
axis=AXIS_1,
angle=0,
stackDirection=STACK_3,
fieldName='',
orientationType=GLOBAL,
normalAxisDirection=AXIS_3,
normalAxisDefinition=NORMAL_VECTOR,
normalAxisRegion=None,
normalAxisDatum=None,
flipNormalDirection=0,
normalAxisVector=(),
primaryAxisDirection=AXIS_1,
primaryAxisDefinition=PRIMARY_VECTOR,
primaryAxisRegion=None,
primaryAxisDatum=None,
flipPrimaryDirection=0,
primaryAxisVector=(),
)[源代码]

This method creates a MaterialOrientation object.

备注

This function can be accessed by:

mdb.models[name].parts[name].MaterialOrientation
参数:
region=None

A Set object specifying a region for which the material orientation is defined.

localCsys=None

A DatumCsys object specifying the local coordinate system or None, describing the material orientation for the given region. In the ODB, this member was previously accessible using “csys,” but support has now been added for localCsys and the csys member will be deprecated.

axis=AXIS_1

A SymbolicConstant specifying the axis of a datum coordinate system about which an additional rotation is applied. For shells this axis is also the shell normal. Possible values are AXIS_1, AXIS_2, and AXIS_3. The default value is AXIS_1.

angle=0

A Float specifying the angle of the additional rotation (if accessed from the ODB instead of the MDB, it will be a string instead of a float). The default value is 0.0.

stackDirection=STACK_3

A SymbolicConstant specifying the stack or thickness direction. Possible values are STACK_1, STACK_2, STACK_3, and STACK_ORIENTATION. The default value is STACK_3.

fieldName=''

A String specifying the name of the DiscreteField object specifying the orientation. The default value is an empty string.

orientationType=GLOBAL

A SymbolicConstant specifying the method used to define the material orientation. If orientationType = SYSTEM, the region and localCsys arguments are required. If orientationType = FIELD, the fieldName argument is required. Possible values are GLOBAL, SYSTEM, FIELD, DISCRETE, and USER. The default value is GLOBAL.

normalAxisDirection=AXIS_3

A SymbolicConstant specifying the axis that is defined by the normal axis direction for a discrete orientation. Possible values are AXIS_1, AXIS_2, and AXIS_3. The default value is AXIS_3.

normalAxisDefinition=NORMAL_VECTOR

A SymbolicConstant specifying the method used to define the normal axis direction for a discrete orientation. Possible values are SURFACE, NORMAL_DATUM, and NORMAL_VECTOR. The default value is NORMAL_VECTOR.

normalAxisRegion=None

A Surface object specifying a region whose geometric normals define the normal axis for the discrete orientation.

normalAxisDatum=None

A DatumAxis object specifying the Datum Axis or None, describing the normal axis direction for the discrete orientation.

flipNormalDirection=0

A Boolean specifying the flag to reverse the direction of the defined normal axis direction. The default value is OFF.

normalAxisVector=()

A sequence of Floats specifying the vector that defines the direction of the normal axis of the discrete orientation.

primaryAxisDirection=AXIS_1

A SymbolicConstant specifying the axis that is defined by the primary axis direction for a discrete orientation. Possible values are AXIS_1, AXIS_2, and AXIS_3. The default value is AXIS_1.

primaryAxisDefinition=PRIMARY_VECTOR

A SymbolicConstant specifying the method used to define the primary axis direction for a discrete orientation. Possible values are SURFACE, PRIMARY_DATUM, and PRIMARY_VECTOR. The default value is PRIMARY_VECTOR.

primaryAxisRegion=None

A Set object specifying a region whose geometric tangents define the primary axis for the discrete orientation.

primaryAxisDatum=None

A DatumAxis object specifying the Datum Axis or None, describing the primary axis direction for the discrete orientation.

flipPrimaryDirection=0

A Boolean specifying the flag to reverse the direction of the defined primary axis direction. The default value is OFF.

primaryAxisVector=()

A sequence of Floats specifying the vector that defines the direction of the primary axis of the discrete orientation.

返回:

orientation – A MaterialOrientation object.

返回类型:

MaterialOrientation

SectionAssignment(
region,
sectionName,
thicknessAssignment=FROM_SECTION,
offset=0,
offsetType=SINGLE_VALUE,
offsetField='',
)[源代码]

This method creates a SectionAssignment object.

备注

This function can be accessed by:

mdb.models[name].parts[name].SectionAssignment
mdb.models[name].rootAssembly.SectionAssignment
参数:
region

A Set object specifying the region to which the section is assigned.

sectionName

A String specifying the name of the section.

thicknessAssignment=FROM_SECTION

A SymbolicConstant specifying section thickness assignment method. Possible values are FROM_SECTION and FROM_GEOMETRY. The default value is FROM_SECTION.

offset=0

A Float specifying the offset of the shell section. The default value is 0.0.

offsetType=SINGLE_VALUE

A SymbolicConstant specifying the method used to define the shell offset. If offsetType is set to OFFSET_FIELD the offsetField must have a value. Possible values are SINGLE_VALUE, MIDDLE_SURFACE, TOP_SURFACE, BOTTOM_SURFACE, FROM_GEOMETRY, and OFFSET_FIELD. The default value is SINGLE_VALUE.

offsetField=''

A String specifying the name of the field specifying the offset. The default value is “”.

返回:

assignment – A SectionAssignment object

返回类型:

SectionAssignment

assignBeamSectionOrientation(region, method, n1)[源代码]

This method assigns a beam section orientation to a region of a part.

备注

This function can be accessed by:

mdb.models[name].parts[name].assignBeamSectionOrientation
参数:
region

A sequence of geomSequences of Edge objects or a sequence of sequences of one-dimensional elements.

method

A SymbolicConstant specifying the assignment method. Only a value of N1_COSINES is currently supported.

n1

A sequence of three Floats specifying the approximate local n1n1-direction of the beam cross-section.

assignMaterialOrientation(region, localCsys, axis=AXIS_1, angle=0)[源代码]

This method assigns a material orientation to a region.

备注

This function can be accessed by:

mdb.models[name].parts[name].assignMaterialOrientation
参数:
region

A sequence of geomSequences of ConstrainedSketchVertex, Edge, Face, and Cell objects or a sequence of sequences of elements.

localCsys

A Datum object specifying the local coordinate system or None, indicating the global coordinate system.

axis=AXIS_1

A SymbolicConstant specifying the axis of a cylindrical or spherical datum coordinate system about which an additional rotation is applied. For shells this axis is also the shell normal. Possible values are AXIS_1, AXIS_2, and AXIS_3. The default value is AXIS_1.

angle=0

A Float specifying the angle of the additional rotation. The default value is 0.0.

assignRebarOrientation(region, localCsys, axis=AXIS_1, angle=0)[源代码]

This method assigns a rebar reference orientation to a region.

备注

This function can be accessed by:

mdb.models[name].parts[name].assignRebarOrientation
参数:
region

A sequence of geomSequences of ConstrainedSketchVertex, Edge, Face, and Cell objects or a sequence of sequences of elements.

localCsys

A Datum object specifying the local coordinate system or None, indicating the global coordinate system.

axis=AXIS_1

A SymbolicConstant specifying the axis of a cylindrical or spherical datum coordinate system about which an additional rotation is applied. For shells this axis is also the shell normal. Possible values are AXIS_1, AXIS_2, and AXIS_3. The default value is AXIS_1.

angle=0

A Float specifying the angle of the additional rotation. The default value is 0.0.

flipNormal(regions, referenceRegion='')[源代码]

This method flips the normals of shell or membrane elements of an orphan mesh or of two-dimensional geometric regions.

备注

This function can be accessed by:

mdb.models[name].parts[name].flipNormal
参数:
regions

A Region object specifying the region on which normals are flipped. For 3D parts, the region contains Face objects or two-dimensional triangle or quadrilateral Element objects. For axisymmetric parts, the region contains Edge objects or line Elements objects.

referenceRegion=''

A two-dimensional element object whose normal is to be matched. If unspecified, all the normals associated with the given regions will be flipped. The referenceRegion argument is applicable only if the argument regions contain a sequence of quadrilateral or triangular elements.

flipTangent(regions)[源代码]

This method flips the tangents of beam or truss elements of an orphan mesh or of one-dimensional geometric regions.

备注

This function can be accessed by:

mdb.models[name].parts[name].flipTangent
参数:
regions

A Region object specifying the region on which normals are flipped. The region contains Edge objects or one-dimensional Element objects.

unassignBeamSectionOrientation(index)[源代码]

This method deletes a beam section orientation assignment.

备注

This function can be accessed by:

mdb.models[name].parts[name].unassignBeamSectionOrientation
参数:
index

An Int specifying the number of the beam section orientation assignment to be deleted.

unassignMaterialOrientation(index)[源代码]

This method deletes a material orientation assignment.

备注

This function can be accessed by:

mdb.models[name].parts[name].unassignMaterialOrientation
参数:
index

An Int specifying the number of the material assignment to be deleted.

unassignRebarOrientation(index)[源代码]

This method deletes a rebar orientation assignment.

备注

This function can be accessed by:

mdb.models[name].parts[name].unassignRebarOrientation
参数:
index

An Int specifying the number of the rebar reference orientation assignment to be deleted.

Other Classes

class CompositeLayup(
name,
description='',
offsetType=GLOBAL,
offsetField='',
offsetValues=0,
elementType=SHELL,
symmetric=0,
)[源代码]

基类:object

The CompositeLayup object is used to specify a composite layup on a part.

备注

This object can be accessed by:

import part
mdb.models[name].parts[name].compositeLayups[i]

The corresponding analysis keywords are:

  • SHELL SECTION

  • SHELL GENERAL SECTION

  • SOLID SECTION

Member Details:

CompositePly(
thickness,
region,
material,
plyName,
orientationType,
thicknessType,
orientationValue=0,
thicknessField='',
numIntPts=3,
axis=AXIS_1,
angle=0,
additionalRotationType=ROTATION_NONE,
orientation=None,
additionalRotationField='',
)[源代码]

This method creates a CompositePly object.

备注

This function can be accessed by:

mdb.models[name].parts[name].CompositeLayup
参数:
thickness

A Float specifying the thickness of the section layer.

region

A Region object specifying the region to which the composite ply applies.

material

A String specifying the name of the material for the ply.

plyName

A String specifying the ply identifier for this section layer. The default value is an empty string.

orientationType

A SymbolicConstant specifying the method used to define the relative orientation. If orientationType = SPECIFY_ORIENT the orientationValue argument is required. If orientationType = CSYS the orientation argument is required. Possible values are CSYS, SPECIFY_ORIENT, ANGLE_0, ANGLE_45, ANGLE_90, and ANGLE_NEG45. The default value is ANGLE_0.

thicknessType

A SymbolicConstant specifying the method used to define the thickness. If thicknessType = SPECIFY_THICKNESS, the thickness argument is required. Possible values are SPECIFY_THICKNESS, FIELD_THICKNESS, and ANALYTICAL_FIELD_THICKNESS. The default value is SPECIFY_THICKNESS.

orientationValue=0

A Float specifying the relative orientation of the section layer. The default value is 0.0.

thicknessField=''

A String specifying the name of the AnalyticalField or DiscreteField object used to define the thickness of the shell elements and composite ply. The thicknessField argument applies when thicknessType = ANALYTICAL_FIELD or thicknessType = DISCRETE_FIELD for shell elements and thicknessType = FIELD_THICKNESS or thicknessType = ANALYTICAL_FIELD_THICKNESS for composite ply. The default value is an empty string.

numIntPts=3

An Int specifying the number of integration points to be used through the section layer. This argument is valid only if preIntegrate = OFF. The default value is 3.

axis=AXIS_1

A SymbolicConstant specifying the axis of a cylindrical or spherical datum coordinate system about which an additional rotation is applied. For shells this axis is also the shell normal. The axis argument applies only if a valid reference is provided for the orientation. Possible values are AXIS_1, AXIS_2, and AXIS_3. The default value is AXIS_1.

angle=0

A Float specifying the angle of the additional rotation. The angle argument applies only if a valid reference is provided for the orientation. The default value is 0.0.

additionalRotationType=ROTATION_NONE

A SymbolicConstant specifying the method used to describe the additional rotation when a valid orientation is specified. Use orientationType = ANGLE_0 and additionalRotationType = ROTATION_FIELD to specify a discrete field of rotations for this CompositePly. Possible values are ROTATION_NONE, ROTATION_ANGLE, and ROTATION_FIELD. The default value is ROTATION_NONE.

orientation=None

The SymbolicConstant None or a DatumCsys object specifying a coordinate system reference for the relative orientation of this layer. The default value is None.

additionalRotationField=''

A String specifying the name of the field specifying the additional rotation. The default value is an empty string.

返回:

A CompositePly object.

返回类型:

CompositePly

抛出:

AbaqusException

CompositeShellSection(
name,
layup,
symmetric=0,
thicknessType=UNIFORM,
preIntegrate=0,
poissonDefinition=DEFAULT,
poisson=0,
integrationRule=SIMPSON,
temperature=GRADIENT,
idealization=NO_IDEALIZATION,
nTemp=None,
thicknessModulus=None,
useDensity=0,
density=0,
layupName='',
thicknessField='',
nodalThicknessField='',
)[源代码]

This method creates a CompositeShellSection object.

备注

This function can be accessed by:

mdb.models[name].parts[name].CompositeLayup
参数:
name

A String specifying the repository key.

layup

A SectionLayerArray object specifying the shell cross-section.

symmetric=0

A Boolean specifying whether or not the layup should be made symmetric by the analysis. The default value is OFF.

thicknessType=UNIFORM

A SymbolicConstant specifying the distribution used for defining the thickness of the elements. Possible values are UNIFORM, ANALYTICAL_FIELD, DISCRETE_FIELD, NODAL_ANALYTICAL_FIELD, and NODAL_DISCRETE_FIELD. The default value is UNIFORM.

preIntegrate=0

A Boolean specifying whether the shell section properties are specified by the user prior to the analysis (ON) or integrated during the analysis (OFF). The default value is OFF.

poissonDefinition=DEFAULT

A SymbolicConstant specifying whether to use the default value for the Poisson’s ratio. Possible values are:DEFAULT, specifying that the default value for the Poisson’s ratio is 0.5 in an Abaqus/Standard analysis and is obtained from the material definition in an Abaqus/Explicit analysis.VALUE, specifying that the Poisson’s ratio used in the analysis is the value provided in poisson.The default value is DEFAULT.

poisson=0

A Float specifying the Poisson’s ratio. Possible values are −1.0 ≤ poisson ≤ 0.5. This argument is valid only when poissonDefinition = VALUE. The default value is 0.5.

integrationRule=SIMPSON

A SymbolicConstant specifying the shell section integration rule. Possible values are SIMPSON and GAUSS. The default value is SIMPSON.

temperature=GRADIENT

A SymbolicConstant specifying the mode used for temperature and field variable input across the section thickness. Possible values are GRADIENT and POINTWISE. The default value is GRADIENT.

idealization=NO_IDEALIZATION

A SymbolicConstant specifying the mechanical idealization used for the section calculations. This member is only applicable when preIntegrate is set to ON. Possible values are NO_IDEALIZATION, SMEAR_ALL_LAYERS, MEMBRANE, and BENDING. The default value is NO_IDEALIZATION.

nTemp=None

None or an Int specifying the number of temperature points to be input. This argument is valid only when temperature = POINTWISE. The default value is None.

thicknessModulus=None

None or a Float specifying the effective thickness modulus. This argument is relevant only for continuum shells and must be used in conjunction with the argument poisson. The default value is None.

useDensity=0

A Boolean specifying whether or not to use the value of density. The default value is OFF.

density=0

A Float specifying the value of density to apply to this section. The default value is 0.0.

layupName=''

A String specifying the layup name for this section. The default value is an empty string.

thicknessField=''

A String specifying the name of the AnalyticalField or DiscreteField object used to define the thickness of the shell elements. The thicknessField argument applies only when thicknessType = ANALYTICAL_FIELD or thicknessType = DISCRETE_FIELD. The default value is an empty string.

nodalThicknessField=''

A String specifying the name of the AnalyticalField or DiscreteField object used to define the thickness of the shell elements at each node. The nodalThicknessField argument applies only when thicknessType = NODAL_ANALYTICAL_FIELD or thicknessType = NODAL_DISCRETE_FIELD. The default value is an empty string.

返回:

A CompositeShellSection object.

返回类型:

CompositeShellSection

GeometryShellSection(
nodalThicknessField='',
thicknessField='',
thicknessType=UNIFORM,
preIntegrate=0,
poissonDefinition=DEFAULT,
poisson=0,
integrationRule=SIMPSON,
temperature=GRADIENT,
nTemp=None,
thicknessModulus=None,
useDensity=0,
density=0,
)[源代码]

This method creates a GeometryShellSection object.

备注

This function can be accessed by:

mdb.models[name].parts[name].CompositeLayup
参数:
nodalThicknessField=''

A String specifying the name of the AnalyticalField or DiscreteField object used to define the thickness of the shell elements at each node. The nodalThicknessField argument applies only when thicknessType = NODAL_ANALYTICAL_FIELD or thicknessType = NODAL_DISCRETE_FIELD. The default value is an empty string.

thicknessField=''

A String specifying the name of the AnalyticalField or DiscreteField object used to define the thickness of the shell elements. The thicknessField argument applies only when thicknessType = ANALYTICAL_FIELD or thicknessType = DISCRETE_FIELD. The default value is an empty string.

thicknessType=UNIFORM

A SymbolicConstant specifying the distribution used for defining the thickness of the elements. Possible values are UNIFORM, ANALYTICAL_FIELD, DISCRETE_FIELD, NODAL_ANALYTICAL_FIELD, and NODAL_DISCRETE_FIELD. The default value is UNIFORM.

preIntegrate=0

A Boolean specifying whether the shell section properties are specified by the user prior to the analysis (ON) or integrated during the analysis (OFF). The default value is OFF.

poissonDefinition=DEFAULT

A SymbolicConstant specifying whether to use the default value for the Poisson’s ratio. Possible values are:DEFAULT, specifying that the default value for the Poisson’s ratio is 0.5 in an Abaqus/Standard analysis and is obtained from the material definition in an Abaqus/Explicit analysis.VALUE, specifying that the Poisson’s ratio used in the analysis is the value provided in poisson.The default value is DEFAULT.

poisson=0

A Float specifying the Poisson’s ratio. Possible values are −1.0 ≤ poisson ≤ 0.5. This argument is valid only when poissonDefinition = VALUE. The default value is 0.5.

integrationRule=SIMPSON

A SymbolicConstant specifying the shell section integration rule. Possible values are SIMPSON and GAUSS. The default value is SIMPSON.

temperature=GRADIENT

A SymbolicConstant specifying the mode used for temperature and field variable input across the section thickness. Possible values are GRADIENT and POINTWISE. The default value is GRADIENT.

nTemp=None

None or an Int specifying the number of temperature points to be input. This argument is valid only when temperature = POINTWISE. The default value is None.

thicknessModulus=None

None or a Float specifying the effective thickness modulus. This argument is relevant only for continuum shells and must be used in conjunction with the argument poisson. The default value is None.

useDensity=0

A Boolean specifying whether or not to use the value of density. The default value is OFF.

density=0

A Float specifying the value of density to apply to this section. The default value is 0.0.

返回:

A GeometryShellSection object.

返回类型:

GeometryShellSection

HomogeneousShellSection(
name,
material,
thickness=0,
numIntPts=5,
thicknessType=UNIFORM,
preIntegrate=0,
poissonDefinition=DEFAULT,
poisson=0,
integrationRule=SIMPSON,
temperature=GRADIENT,
idealization=NO_IDEALIZATION,
nTemp=None,
thicknessModulus=None,
useDensity=0,
density=0,
thicknessField='',
nodalThicknessField='',
)[源代码]

This method creates a HomogeneousShellSection object.

备注

This function can be accessed by:

mdb.models[name].parts[name].CompositeLayup
参数:
name

A String specifying the repository key.

material

A String specifying the name of the section material.

thickness=0

A Float specifying the thickness of the section. The thickness argument applies only when thicknessType = UNIFORM. The default value is 0.0.

numIntPts=5

An Int specifying the number of integration points to be used through the section. Possible values are numIntPts > 0. The default value is 5.To use the default settings of the analysis products, set numIntPts to 5 if integrationRule = SIMPSON or set numIntPts to 7 if integrationRule = GAUSS.

thicknessType=UNIFORM

A SymbolicConstant specifying the distribution used for defining the thickness of the elements. Possible values are UNIFORM, ANALYTICAL_FIELD, DISCRETE_FIELD, NODAL_ANALYTICAL_FIELD, and NODAL_DISCRETE_FIELD. The default value is UNIFORM.

preIntegrate=0

A Boolean specifying whether the shell section properties are specified by the user prior to the analysis (ON) or integrated during the analysis (OFF). The default value is OFF.

poissonDefinition=DEFAULT

A SymbolicConstant specifying whether to use the default value for the Poisson’s ratio. Possible values are:DEFAULT, specifying that the default value for the Poisson’s ratio is 0.5 in an Abaqus/Standard analysis and is obtained from the material definition in an Abaqus/Explicit analysis.VALUE, specifying that the Poisson’s ratio used in the analysis is the value provided in poisson.The default value is DEFAULT.

poisson=0

A Float specifying the Poisson’s ratio. Possible values are −1.0 ≤ poisson ≤ 0.5. This argument is valid only when poissonDefinition = VALUE. The default value is 0.5.

integrationRule=SIMPSON

A SymbolicConstant specifying the shell section integration rule. Possible values are SIMPSON and GAUSS. The default value is SIMPSON.

temperature=GRADIENT

A SymbolicConstant specifying the mode used for temperature and field variable input across the section thickness. Possible values are GRADIENT and POINTWISE. The default value is GRADIENT.

idealization=NO_IDEALIZATION

A SymbolicConstant specifying the mechanical idealization used for the section calculations. This member is only applicable when preIntegrate is set to ON. Possible values are NO_IDEALIZATION, SMEAR_ALL_LAYERS, MEMBRANE, and BENDING. The default value is NO_IDEALIZATION.

nTemp=None

None or an Int specifying the number of temperature points to be input. This argument is valid only when temperature = POINTWISE. The default value is None.

thicknessModulus=None

None or a Float specifying the effective thickness modulus. This argument is relevant only for continuum shells and must be used in conjunction with the argument poisson. The default value is None.

useDensity=0

A Boolean specifying whether or not to use the value of density. The default value is OFF.

density=0

A Float specifying the value of density to apply to this section. The default value is 0.0.

thicknessField=''

A String specifying the name of the AnalyticalField or DiscreteField object used to define the thickness of the shell elements. The thicknessField argument applies only when thicknessType = ANALYTICAL_FIELD or thicknessType = DISCRETE_FIELD. The default value is an empty string.

nodalThicknessField=''

A String specifying the name of the AnalyticalField or DiscreteField object used to define the thickness of the shell elements at each node. The nodalThicknessField argument applies only when thicknessType = NODAL_ANALYTICAL_FIELD or thicknessType = NODAL_DISCRETE_FIELD. The default value is an empty string.

返回:

A HomogeneousShellSection object.

返回类型:

HomogeneousShellSection

deletePlies()[源代码]

This method deletes all of the plies from a composite layup.

description : --is-rst--:py:class:`str` = ''[源代码]

A String specifying a description of the composite layup.

elementType : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant` = 'SHELL'[源代码]

A SymbolicConstant specifying the type of element in the composite layup. Possible values are SHELL, CONTINUUM_SHELL, and SOLID. The default value is SHELL.

name : --is-rst--:py:class:`str`[源代码]

A String specifying the repository key.

offsetField : --is-rst--:py:class:`str` = ''[源代码]

A String specifying The name of the field specifying the offset. This member is valid only if elementType = SHELL. The default value is an empty string.

offsetType : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant` = 'GLOBAL'[源代码]

A SymbolicConstant specifying the method used to define the shell offset. If offsetType = OFFSET_FIELD the offsetField argument is required. This member is valid only if elementType = SHELL. Possible values are SINGLE_VALUE, MIDDLE_SURFACE, TOP_SURFACE, BOTTOM_SURFACE, OFFSET_FIELD, and GLOBAL. The default value is GLOBAL.

offsetValues : --is-rst--:py:class:`float` = 0[源代码]

A Float specifying The offset of the shell section. This member is valid only if elementType = SHELL. The default value is 0.0.

orientation : --is-rst--:py:class:`~abaqus.Property.MaterialOrientation.MaterialOrientation` = <abaqus.Property.MaterialOrientation.MaterialOrientation object>[源代码]

A MaterialOrientation object.

plies : --is-rst--:py:class:`~typing.List`\ \[:py:class:`~abaqus.Property.CompositePly.CompositePly`] = [][源代码]

A CompositePlyArray object specifying the plies that make up this composite layup.

resume()[源代码]

This method resumes a composite layup that was previously suppressed.

section : --is-rst--:py:class:`~abaqus.Section.GeometryShellSection.GeometryShellSection` = <abaqus.Section.GeometryShellSection.GeometryShellSection object>[源代码]

A GeometryShellSection object.

setValues(
description='',
offsetType=GLOBAL,
offsetField='',
offsetValues=0,
elementType=SHELL,
symmetric=0,
)[源代码]

This method modifies the CompositeLayup object.

参数:
description=''

A String specifying a description of the composite layup.

offsetType=GLOBAL

A SymbolicConstant specifying the method used to define the shell offset. If offsetType = OFFSET_FIELD the offsetField argument is required. This member is valid only if elementType = SHELL. Possible values are SINGLE_VALUE, MIDDLE_SURFACE, TOP_SURFACE, BOTTOM_SURFACE, OFFSET_FIELD, and GLOBAL. The default value is GLOBAL.

offsetField=''

A String specifying The name of the field specifying the offset. This member is valid only if elementType = SHELL. The default value is an empty string.

offsetValues=0

A Float specifying The offset of the shell section. This member is valid only if elementType = SHELL. The default value is 0.0.

elementType=SHELL

A SymbolicConstant specifying the type of element in the composite layup. Possible values are SHELL, CONTINUUM_SHELL, and SOLID. The default value is SHELL.

symmetric=0

A Boolean specifying whether or not the layup should be made symmetric by the analysis. The default value is OFF.

suppress()[源代码]

This method suppresses a composite layup.

symmetric : --is-rst--:py:data:`~typing.Union`\ \[:py:class:`~abaqus.UtilityAndView.AbaqusBoolean.AbaqusBoolean`, :py:class:`bool`] = 0[源代码]

A Boolean specifying whether or not the layup should be made symmetric by the analysis. The default value is OFF.

class CompositePly(
thickness,
region,
material,
plyName,
orientationType,
thicknessType,
orientationValue=0,
thicknessField='',
numIntPts=3,
axis=AXIS_1,
angle=0,
additionalRotationType=ROTATION_NONE,
orientation=None,
additionalRotationField='',
)[源代码]

基类:object

The CompositePly object defines the material layers in a composite layup.

备注

This object can be accessed by:

import section
mdb.models[name].parts[name].compositeLayups[i].plies[i]

Member Details:

additionalRotationField : --is-rst--:py:class:`str` = ''[源代码]

A String specifying the name of the field specifying the additional rotation. The default value is an empty string.

additionalRotationType : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant` = 'ROTATION_NONE'[源代码]

A SymbolicConstant specifying the method used to describe the additional rotation when a valid orientation is specified. Use orientationType = ANGLE_0 and additionalRotationType = ROTATION_FIELD to specify a discrete field of rotations for this CompositePly. Possible values are ROTATION_NONE, ROTATION_ANGLE, and ROTATION_FIELD. The default value is ROTATION_NONE.

angle : --is-rst--:py:class:`float` = 0[源代码]

A Float specifying the angle of the additional rotation. The angle argument applies only if a valid reference is provided for the orientation. The default value is 0.0.

axis : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant` = 'AXIS_1'[源代码]

A SymbolicConstant specifying the axis of a cylindrical or spherical datum coordinate system about which an additional rotation is applied. For shells this axis is also the shell normal. The axis argument applies only if a valid reference is provided for the orientation. Possible values are AXIS_1, AXIS_2, and AXIS_3. The default value is AXIS_1.

material : --is-rst--:py:class:`str`[源代码]

A String specifying the name of the material for the ply.

numIntPts : --is-rst--:py:class:`int` = 3[源代码]

An Int specifying the number of integration points to be used through the section layer. This argument is valid only if preIntegrate = OFF. The default value is 3.

orientation : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant`[源代码]

The SymbolicConstant None or a DatumCsys object specifying a coordinate system reference for the relative orientation of this layer. The default value is None.

orientationType : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant`[源代码]

A SymbolicConstant specifying the method used to define the relative orientation. If orientationType = SPECIFY_ORIENT the orientationValue argument is required. If orientationType = CSYS the orientation argument is required. Possible values are CSYS, SPECIFY_ORIENT, ANGLE_0, ANGLE_45, ANGLE_90, and ANGLE_NEG45. The default value is ANGLE_0.

orientationValue : --is-rst--:py:class:`float` = 0[源代码]

A Float specifying the relative orientation of the section layer. The default value is 0.0.

plyName : --is-rst--:py:class:`str`[源代码]

A String specifying the ply identifier for this section layer. The default value is an empty string.

region : --is-rst--:py:class:`~abaqus.Region.Region.Region`[源代码]

A Region object specifying the region to which the composite ply applies.

thickness : --is-rst--:py:class:`float`[源代码]

A Float specifying the thickness of the section layer.

thicknessField : --is-rst--:py:class:`str` = ''[源代码]

A String specifying the name of the AnalyticalField or DiscreteField object used to define the thickness of the shell elements. The thicknessField argument applies only when thicknessType=ANALYTICAL_FIELD or thicknessType=DISCRETE_FIELD. The default value is an empty string.

thicknessType : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant`[源代码]

A SymbolicConstant specifying the method used to define the thickness. If thicknessType=SPECIFY_THICKNESS, the thickness argument is required. Possible values are SPECIFY_THICKNESS and FIELD_THICKNESS. The default value is SPECIFY_THICKNESS.

class MaterialOrientation(
region,
localCsys=None,
axis=AXIS_1,
angle=0,
stackDirection=STACK_3,
fieldName='',
orientationType=GLOBAL,
normalAxisDirection=AXIS_3,
normalAxisDefinition=NORMAL_VECTOR,
normalAxisRegion=None,
normalAxisDatum=None,
flipNormalDirection=0,
normalAxisVector=(),
primaryAxisDirection=AXIS_1,
primaryAxisDefinition=PRIMARY_VECTOR,
primaryAxisRegion=None,
primaryAxisDatum=None,
flipPrimaryDirection=0,
primaryAxisVector=(),
)[源代码]

基类:object

The MaterialOrientation object represents the orientation of the material properties and composite layups.

备注

This object can be accessed by:

import section
mdb.models[name].parts[name].compositeLayups[i].orientation
mdb.models[name].parts[name].materialOrientations[i]
import odbAccess
session.odbs[name].parts[name].materialOrientations[i]
session.odbs[name].rootAssembly.instances[name].materialOrientations[i]
session.odbs[name].steps[name].frames[i].fieldOutputs[name].values[i].instance.materialOrientations[i]

Member Details:

ReferenceOrientation(
localCsys=None,
axis=AXIS_1,
angle=0,
stackDirection=STACK_3,
fieldName='',
orientationType=GLOBAL,
additionalRotationField='',
additionalRotationType=ROTATION_NONE,
normalAxisDirection=AXIS_3,
normalAxisDefinition=VECTOR,
normalAxisRegion=None,
normalAxisDatum=None,
flipNormalDirection=0,
normalAxisVector=(),
primaryAxisDirection=AXIS_1,
primaryAxisDefinition=VECTOR,
primaryAxisRegion=None,
primaryAxisDatum=None,
flipPrimaryDirection=0,
primaryAxisVector=(),
)[源代码]

This method creates a MaterialOrientation object.

备注

This function can be accessed by:

mdb.models[name].parts[name].MaterialOrientation
参数:
localCsys=None

A DatumCsys object specifying the local coordinate system or None, describing the material orientation for the given region. In the ODB, this member was previously accessible using “csys,” but support has now been added for localCsys and the csys member will be deprecated.

axis=AXIS_1

A SymbolicConstant specifying the axis of a datum coordinate system about which an additional rotation is applied. For shells this axis is also the shell normal. Possible values are AXIS_1, AXIS_2, and AXIS_3. The default value is AXIS_1.

angle=0

A Float specifying the angle of the additional rotation (if accessed from the ODB instead of the MDB, it will be a string instead of a float). The default value is 0.0.

stackDirection=STACK_3

A SymbolicConstant specifying the stack or thickness direction. Possible values are STACK_1, STACK_2, STACK_3, and STACK_ORIENTATION. The default value is STACK_3.

fieldName=''

A String specifying the name of the DiscreteField object specifying the orientation. The default value is an empty string.

orientationType=GLOBAL

A SymbolicConstant specifying the method used to define the material orientation. If orientationType = SYSTEM, the region and localCsys arguments are required. If orientationType = FIELD, the fieldName argument is required. Possible values are GLOBAL, SYSTEM, FIELD, DISCRETE, and USER. The default value is GLOBAL.

additionalRotationField=''

A String specifying the name of the DiscreteField object specifying the additional rotation. The default value is an empty string.

additionalRotationType=ROTATION_NONE

A SymbolicConstant specifying the method used to describe the additional rotation when a valid orientation is specified. Possible values are ROTATION_NONE, ROTATION_ANGLE, and ROTATION_FIELD. The default value is ROTATION_NONE.

normalAxisDirection=AXIS_3

A SymbolicConstant specifying the axis that is defined by the normal axis direction for a discrete orientation. Possible values are AXIS_1, AXIS_2, and AXIS_3. The default value is AXIS_3.

normalAxisDefinition=VECTOR

A SymbolicConstant specifying the method used to define the normal axis direction for a discrete orientation. Possible values are SURFACE, DATUM, and VECTOR. The default value is VECTOR.

normalAxisRegion=None

A Surface object specifying a region whose geometric normals define the normal axis for the discrete orientation.

normalAxisDatum=None

A DatumAxis object specifying the Datum Axis or None, describing the normal axis direction for the discrete orientation.

flipNormalDirection=0

A Boolean specifying the flag to reverse the direction of the defined normal axis direction. The default value is OFF.

normalAxisVector=()

A sequence of Floats specifying the vector that defines the direction of the normal axis of the discrete orientation.

primaryAxisDirection=AXIS_1

A SymbolicConstant specifying the axis that is defined by the primary axis direction for a discrete orientation. Possible values are AXIS_1, AXIS_2, and AXIS_3. The default value is AXIS_1.

primaryAxisDefinition=VECTOR

A SymbolicConstant specifying the method used to define the primary axis direction for a discrete orientation. Possible values are EDGE, DATUM, and VECTOR. The default value is VECTOR.

primaryAxisRegion=None

A Set object specifying a region whose geometric tangents define the primary axis for the discrete orientation.

primaryAxisDatum=None

A DatumAxis object specifying the Datum Axis or None, describing the primary axis direction for the discrete orientation.

flipPrimaryDirection=0

A Boolean specifying the flag to reverse the direction of the defined primary axis direction. The default value is OFF.

primaryAxisVector=()

A sequence of Floats specifying the vector that defines the direction of the primary axis of the discrete orientation.

返回:

A MaterialOrientation object.

返回类型:

MaterialOrientation

additionalRotationField : --is-rst--:py:class:`str` = ''[源代码]

A String specifying the name of the DiscreteField object specifying the additional rotation. The default value is an empty string.

additionalRotationType : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant` = 'ROTATION_NONE'[源代码]

A SymbolicConstant specifying the method used to describe the additional rotation when a valid orientation is specified. Possible values are ROTATION_NONE, ROTATION_ANGLE, and ROTATION_FIELD. The default value is ROTATION_NONE.

angle : --is-rst--:py:class:`float` = 0[源代码]

A Float specifying the angle of the additional rotation (if accessed from the ODB instead of the MDB, it will be a string instead of a float). The default value is 0.0.

axis : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant` = 'AXIS_1'[源代码]

A SymbolicConstant specifying the axis of a datum coordinate system about which an additional rotation is applied. For shells this axis is also the shell normal. Possible values are AXIS_1, AXIS_2, and AXIS_3. The default value is AXIS_1.

fieldName : --is-rst--:py:class:`str` = ''[源代码]

A String specifying the name of the DiscreteField object specifying the orientation. The default value is an empty string.

flipNormalDirection : --is-rst--:py:data:`~typing.Union`\ \[:py:class:`~abaqus.UtilityAndView.AbaqusBoolean.AbaqusBoolean`, :py:class:`bool`] = 0[源代码]

A Boolean specifying the flag to reverse the direction of the defined normal axis direction. The default value is OFF.

flipPrimaryDirection : --is-rst--:py:data:`~typing.Union`\ \[:py:class:`~abaqus.UtilityAndView.AbaqusBoolean.AbaqusBoolean`, :py:class:`bool`] = 0[源代码]

A Boolean specifying the flag to reverse the direction of the defined primary axis direction. The default value is OFF.

localCsys : --is-rst--:py:class:`~abaqus.Datum.DatumCsys.DatumCsys` | :py:obj:`None` = <abaqus.Datum.DatumCsys.DatumCsys object>[源代码]

A DatumCsys object specifying the local coordinate system or None, describing the material orientation for the given region. In the ODB, this member was previously accessible using “csys,” but support has now been added for localCsys and the csys member will be deprecated.

normalAxisDatum : --is-rst--:py:class:`~abaqus.Datum.DatumAxis.DatumAxis` | :py:obj:`None` = None[源代码]

A DatumAxis object specifying the Datum Axis or None, describing the normal axis direction for the discrete orientation.

normalAxisDefinition : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant` = 'NORMAL_VECTOR'[源代码]

A SymbolicConstant specifying the method used to define the normal axis direction for a discrete orientation. Possible values are SURFACE, NORMAL_DATUM, and NORMAL_VECTOR. The default value is NORMAL_VECTOR.

normalAxisDirection : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant` = 'AXIS_3'[源代码]

A SymbolicConstant specifying the axis that is defined by the normal axis direction for a discrete orientation. Possible values are AXIS_1, AXIS_2, and AXIS_3. The default value is AXIS_3.

normalAxisRegion : --is-rst--:py:class:`~abaqus.Region.Surface.Surface` | :py:obj:`None` = None[源代码]

A Surface object specifying a region whose geometric normals define the normal axis for the discrete orientation.

normalAxisVector : --is-rst--:py:class:`tuple`\ \[:py:class:`float`, :py:data:`...<Ellipsis>`] = ()[源代码]

A sequence of Floats specifying the vector that defines the direction of the normal axis of the discrete orientation.

orientationType : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant` = 'GLOBAL'[源代码]

A SymbolicConstant specifying the method used to define the material orientation. If orientationType = SYSTEM, the region and localCsys arguments are required. If orientationType = FIELD, the fieldName argument is required. Possible values are GLOBAL, SYSTEM, FIELD, DISCRETE, and USER. The default value is GLOBAL.

primaryAxisDatum : --is-rst--:py:class:`~abaqus.Datum.DatumAxis.DatumAxis` | :py:obj:`None` = None[源代码]

A DatumAxis object specifying the Datum Axis or None, describing the primary axis direction for the discrete orientation.

primaryAxisDefinition : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant` = 'PRIMARY_VECTOR'[源代码]

A SymbolicConstant specifying the method used to define the primary axis direction for a discrete orientation. Possible values are SURFACE, PRIMARY_DATUM, and PRIMARY_VECTOR. The default value is PRIMARY_VECTOR.

primaryAxisDirection : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant` = 'AXIS_1'[源代码]

A SymbolicConstant specifying the axis that is defined by the primary axis direction for a discrete orientation. Possible values are AXIS_1, AXIS_2, and AXIS_3. The default value is AXIS_1.

primaryAxisRegion : --is-rst--:py:class:`~abaqus.Region.Set.Set` | :py:obj:`None` = None[源代码]

A Set object specifying a region whose geometric tangents define the primary axis for the discrete orientation.

primaryAxisVector : --is-rst--:py:class:`tuple`\ \[:py:class:`float`, :py:data:`...<Ellipsis>`] = ()[源代码]

A sequence of Floats specifying the vector that defines the direction of the primary axis of the discrete orientation.

region : --is-rst--:py:class:`~abaqus.Region.Set.Set`[源代码]

A Set object specifying a region for which the material orientation is defined.

setValues(*args, **kwargs)[源代码]

This method modifies the MaterialOrientation object.

stackDirection : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant` = 'STACK_3'[源代码]

A SymbolicConstant specifying the stack or thickness direction. Possible values are STACK_1, STACK_2, STACK_3, and STACK_ORIENTATION. The default value is STACK_3.

class PlyStackPlot[源代码]

基类:object

The PlyStackPlot object is used to plot the stacking of plies in a composite layup or in a composite shell section.

备注

This object can be accessed by:

import section
import visualization

Member Details:

MdbPlyStackPlot(part, region)[源代码]

This method creates a PlyStackPlot object from a region of a part that contains a composite shell layup.

备注

This function can be accessed by:

section.MdbPlyStackPlot
参数:
part

A Part object.

region

A Region object which contains a composite shell layup.

返回:

A PlyStackPlot object.

返回类型:

PlyStackPlot

抛出:

None.

OdbPlyStackPlot(odb, sectionName, offset=0)[源代码]

This method creates a PlyStackPlot object from a composite shell section of an Odb object.

备注

This function can be accessed by:

visualization.OdbPlyStackPlot
参数:
odb

An Odb object.

sectionName

A String specifying the section name that contains a composite shell section.

offset=0

A Float specifying the shell offset. The default value is 0.0.

返回:

A PlyStackPlot object.

抛出:

None.

assignBeamSectionOrientation(region, method, n1)[源代码]

This method assigns a beam section orientation to a region of a part.

备注

This function can be accessed by:

mdb.models[name].parts[name].assignBeamSectionOrientation
参数:
region

A sequence of geomSequences of Edge objects or a sequence of sequences of one-dimensional elements.

method

A SymbolicConstant specifying the assignment method. Only a value of N1_COSINES is currently supported.

n1

A sequence of three Floats specifying the approximate local n1n1-direction of the beam cross-section.

assignMaterialOrientation(region, localCsys, axis=AXIS_1, angle=0)[源代码]

This method assigns a material orientation to a region.

备注

This function can be accessed by:

mdb.models[name].parts[name].assignMaterialOrientation
参数:
region

A sequence of geomSequences of ConstrainedSketchVertex, Edge, Face, and Cell objects or a sequence of sequences of elements.

localCsys

A Datum object specifying the local coordinate system or None, indicating the global coordinate system.

axis=AXIS_1

A SymbolicConstant specifying the axis of a cylindrical or spherical datum coordinate system about which an additional rotation is applied. For shells this axis is also the shell normal. Possible values are AXIS_1, AXIS_2, and AXIS_3. The default value is AXIS_1.

angle=0

A Float specifying the angle of the additional rotation. The default value is 0.0.

assignRebarOrientation(region, localCsys, axis=AXIS_1, angle=0)[源代码]

This method assigns a rebar reference orientation to a region.

备注

This function can be accessed by:

mdb.models[name].parts[name].assignRebarOrientation
参数:
region

A sequence of geomSequences of ConstrainedSketchVertex, Edge, Face, and Cell objects or a sequence of sequences of elements.

localCsys

A Datum object specifying the local coordinate system or None, indicating the global coordinate system.

axis=AXIS_1

A SymbolicConstant specifying the axis of a cylindrical or spherical datum coordinate system about which an additional rotation is applied. For shells this axis is also the shell normal. Possible values are AXIS_1, AXIS_2, and AXIS_3. The default value is AXIS_1.

angle=0

A Float specifying the angle of the additional rotation. The default value is 0.0.

flipNormal(regions, referenceRegion='')[源代码]

This method flips the normals of shell or membrane elements of an orphan mesh or of two-dimensional geometric regions.

备注

This function can be accessed by:

mdb.models[name].parts[name].flipNormal
参数:
regions

A Region object specifying the region on which normals are flipped. For 3D parts, the region contains Face objects or two-dimensional triangle or quadrilateral Element objects. For axisymmetric parts, the region contains Edge objects or line Elements objects.

referenceRegion=''

A two-dimensional element object whose normal is to be matched. If unspecified, all the normals associated with the given regions will be flipped. The referenceRegion argument is applicable only if the argument regions contain a sequence of quadrilateral or triangular elements.

flipTangent(regions)[源代码]

This method flips the tangents of beam or truss elements of an orphan mesh or of one-dimensional geometric regions.

备注

This function can be accessed by:

mdb.models[name].parts[name].flipTangent
参数:
regions

A Region object specifying the region on which normals are flipped. The region contains Edge objects or one-dimensional Element objects.

unassignBeamSectionOrientation(index)[源代码]

This method deletes a beam section orientation assignment.

备注

This function can be accessed by:

mdb.models[name].parts[name].unassignBeamSectionOrientation
参数:
index

An Int specifying the number of the beam section orientation assignment to be deleted.

unassignMaterialOrientation(index)[源代码]

This method deletes a material orientation assignment.

备注

This function can be accessed by:

mdb.models[name].parts[name].unassignMaterialOrientation
参数:
index

An Int specifying the number of the material assignment to be deleted.

unassignRebarOrientation(index)[源代码]

This method deletes a rebar orientation assignment.

备注

This function can be accessed by:

mdb.models[name].parts[name].unassignRebarOrientation
参数:
index

An Int specifying the number of the rebar reference orientation assignment to be deleted.

class PropertyAssembly[源代码]

基类:AssemblyBase

An Assembly object is a container for instances of parts. The Assembly object has no constructor command. Abaqus creates the rootAssembly member when a Model object is created.

备注

This object can be accessed by:

import assembly
mdb.models[name].rootAssembly

Member Details:

SectionAssignment(
region,
sectionName,
thicknessAssignment=FROM_SECTION,
offset=0,
offsetType=SINGLE_VALUE,
offsetField='',
)[源代码]

This method creates a SectionAssignment object.

备注

This function can be accessed by:

mdb.models[name].parts[name].SectionAssignment
mdb.models[name].rootAssembly.SectionAssignment
参数:
region

A Set object specifying the region to which the section is assigned.

sectionName

A String specifying the name of the section.

thicknessAssignment=FROM_SECTION

A SymbolicConstant specifying section thickness assignment method. Possible values are FROM_SECTION and FROM_GEOMETRY. The default value is FROM_SECTION.

offset=0

A Float specifying the offset of the shell section. The default value is 0.0.

offsetType=SINGLE_VALUE

A SymbolicConstant specifying the method used to define the shell offset. If offsetType is set to OFFSET_FIELD the offsetField must have a value. Possible values are SINGLE_VALUE, MIDDLE_SURFACE, TOP_SURFACE, BOTTOM_SURFACE, FROM_GEOMETRY, and OFFSET_FIELD. The default value is SINGLE_VALUE.

offsetField=''

A String specifying the name of the field specifying the offset. The default value is “”.

返回:

A SectionAssignment object.

返回类型:

SectionAssignment

class SectionAssignment(
region,
sectionName,
thicknessAssignment=FROM_SECTION,
offset=0,
offsetType=SINGLE_VALUE,
offsetField='',
)[源代码]

基类:object

The SectionAssignment object is used to specify a section assignment on an assembly or part. Section assignments on the assembly are limited to connector elements only.

备注

This object can be accessed by:

import section
mdb.models[name].parts[name].sectionAssignments[i]
import assembly
mdb.models[name].rootAssembly.sectionAssignments[i]
import odbAccess
session.odbs[name].parts[name].sectionAssignments[i]
session.odbs[name].rootAssembly.instances[name].sectionAssignments[i]
session.odbs[name].rootAssembly.sectionAssignments[i]
session.odbs[name].steps[name].frames[i].fieldOutputs[name].values[i].instance.sectionAssignments[i]

Member Details:

getVertices()[源代码]

This method is only valid for connector section assignments. This method returns a sequence consisting of tuples of coordinates of the connector’s endpoints.

返回:

A sequence of tuples of floats.

返回类型:

Sequence[tuple[float, ]]

抛出:

Exception – An exception is thrown if getVertices() is called on any section assignment except connector section assignment. This method is valid only for connector section assignments.

offset : --is-rst--:py:class:`float` = 0[源代码]

A Float specifying the offset of the shell section. The default value is 0.0.

offsetField : --is-rst--:py:class:`str` = ''[源代码]

A String specifying the name of the field specifying the offset. The default value is “”.

offsetType : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant` = 'SINGLE_VALUE'[源代码]

A SymbolicConstant specifying the method used to define the shell offset. If offsetType is set to OFFSET_FIELD the offsetField must have a value. Possible values are SINGLE_VALUE, MIDDLE_SURFACE, TOP_SURFACE, BOTTOM_SURFACE, FROM_GEOMETRY, and OFFSET_FIELD. The default value is SINGLE_VALUE.

region : --is-rst--:py:class:`~abaqus.Region.Set.Set`[源代码]

A Set object specifying the region to which the section is assigned.

resume()[源代码]

This method resumes the section assignment that was previously suppressed.

sectionName : --is-rst--:py:class:`str`[源代码]

A String specifying the name of the section.

setValues(*args, **kwargs)[源代码]

This method modifies the SectionAssignment object.

suppress()[源代码]

This method suppresses the section assignment.

suppressed : --is-rst--:py:data:`~typing.Union`\ \[:py:class:`~abaqus.UtilityAndView.AbaqusBoolean.AbaqusBoolean`, :py:class:`bool`] = 0[源代码]

A Boolean specifying whether the section assignment is suppressed or not. The default value is OFF.

thicknessAssignment : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant` = 'FROM_SECTION'[源代码]

A SymbolicConstant specifying section thickness assignment method. Possible values are FROM_SECTION and FROM_GEOMETRY. The default value is FROM_SECTION.