Click or drag to resize

BuilderElementStraightLine Methods

The BuilderElementStraightLine type exposes the following members.

Methods
  NameDescription
Public methodaccepts
Returns true if the given cross section can be applied to the element. Returns false if you test e.g. a shell cross section against a beam element.
(Overrides BuilderElementaccepts(CroSec).)
Public methodaddSecondaryID
Adds a secondary element identifier.
(Inherited from BuilderElement.)
Public methodBucklingLength
set buckling length in local direction.
Public methodBucklingLength_IsUserValue
Returns true if buckling length was set by user.
Public methodBucklingLength_Set
Sets the buckling length of the element.
Public methodBucklingLength_SetEstimate(Vector3)
sets an estimate for the buckling length in local Y-direction.
Public methodBucklingLength_SetEstimate(BuilderElementStraightLineBucklingDir, Double)
Sets an estimate for the buckling length in local Y-direction.
Public methodClone
clone the builder-element.
(Inherited from BuilderElement.)
Public methodClone(ModelElement)
clone grass-element and link it to a given model element.
(Inherited from BuilderElement.)
Public methodCloneBucklingLength
clones the list of buckling length.
Public methodCloneSecondaryIDs
clone the secondary element identifiers.
(Inherited from BuilderElement.)
Public methodCopy(BuilderElement)
copy contents of another grass-element.
(Inherited from BuilderElement.)
Public methodCopy(BuilderElementStraightLine)
fill object with data from another straight line element.
Public methoddisassembleElement
Disassemble an element into its constituents.
(Overrides BuilderElementdisassembleElement(IReadOnlyListPoint3, Line3, CroSec, ListDouble, FemMaterial, Vector3, Vector3, Plane3, NullableVector3, NullableVector3, NullableVector3, Double, Double, Double, Double, Double, NullableVector3, MessageLogger).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetObjectData
Serializes straight line element.
(Overrides BuilderElementGetObjectData(SerializationInfo, StreamingContext).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasUserData
true if the object has user-data attached.
(Inherited from CommonObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodparent_inds
return the indexes of all parents of the element.
(Inherited from BuilderElement.)
Public methodsnapElement
change the element if nodes snap together according to the given list of node indexes. returns true if the element was completely snapped.
(Overrides BuilderElementsnapElement(ListPoint3, NKDTreeDupli, MessageLogger).)
Public methodToString
Returns a string that represents the current object.
(Inherited from CommonObject.)
Top
See Also