Class PressureLoadStandard
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Flexible.Force
Assembly: VMFlexibleBase.dll
This class is to represent the characteristic properties of standard type.
이 클래스는 기본 함수를 나타냅니다.
Symmetric Modeling : No Reference : No Reference Type : N/A 삭제시 Reservable한 Link 변수 : N/A Generic Collection에 담겨있는 Link 변수 : N/A
public sealed class PressureLoadStandard : PressureLoadFunction, IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable, IReserved
Inheritance
object ← ObservableObject ← LinkableBase ← LinkContainer ← PressureLoadFunction ← PressureLoadStandard
Implements
IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable, IReserved
Inherited Members
PressureLoadFunction.Type, LinkContainer.SetModified(), LinkContainer.raise_OnUpdating(object, LinkEventArgs), LinkContainer.raise_OnUpdate(object, LinkEventArgs), LinkContainer.raise_OnDestroying(object, LinkEventArgs), LinkContainer.raise_OnDestroy(object, LinkEventArgs), LinkContainer.raise_OnAdded(object, AddToDocEventArgs), LinkContainer.raise_OnRemoved(object, RemoveFromDocEventArgs), LinkContainer.GetTargetListForUpdate(), LinkContainer.SkipUpdateObjectImpl(), LinkContainer.Initialize(Unit.ConvertFactor), LinkContainer.SetFlagWhenXMLFile(string, bool), LinkContainer.SetContainer(IOwned, bool), LinkContainer.Container, LinkContainer.Owner, LinkContainer.Document, LinkContainer.ID, LinkContainer.IsChildExternable, LinkContainer.IsExternable, LinkContainer.OnRemoved, LinkContainer.OnAdded, LinkContainer.OnDestroy, LinkContainer.OnDestroying, LinkContainer.OnUpdate, LinkContainer.OnUpdating, ObservableObject.Dispose(), ObservableObject.RaisePropertyChanged(string), ObservableObject.RaisePropertyChanged(string, object, object), ObservableObject.IsDisposed, ObservableObject.TryDisposing, ObservableObject.Disposed, ObservableObject.Disposing, ObservableObject.PropertyChanged
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
PressureLoadStandard()
Initializes a new instance of the
public PressureLoadStandard()
Properties
Normal
Gets or sets the normal.
수직방향 함수를 가져오거나 넣어줍니다.
Type : CompositeFieldUsable LinkRequestUpdate 시 처리 : N/A Read/Write : Read/Write Read/Write Condition : N/A 연관 프로퍼티 : N/A Validation 조건 : N/A UI Visibility : yes Label : Normal Control Type : Function Editor ToolTip : N/A Error Message : N/A Category : Pressure Category Index : 1 변경 시 DFS 재생성 여부 : Yes 변경 시 DFG 재생성 여부 : No 변경 시 GINF 재생성 여부 : No
public CompositeFieldUsable Normal { get; set; }
Property Value
CompositeFieldUsable
PrimaryTangential
Gets or sets the primary tangential.
주요한 접선방향 함수를 가져오거나 넣어줍니다.
Type : CompositeFieldUsable LinkRequestUpdate 시 처리 : N/A Read/Write : Read/Write Read/Write Condition : N/A 연관 프로퍼티 : N/A Validation 조건 : N/A UI Visibility : yes Label : Tangential(Pri) Control Type : Function Editor ToolTip : N/A Error Message : N/A Category : Pressure Category Index : 3 변경 시 DFS 재생성 여부 : Yes 변경 시 DFG 재생성 여부 : No 변경 시 GINF 재생성 여부 : No
public CompositeFieldUsable PrimaryTangential { get; set; }
Property Value
CompositeFieldUsable
SecondaryTangential
Gets or sets the secondary tangential.
부차적인 접선방향 함수를 가져오거나 넣어줍니다.
Type : CompositeFieldUsable LinkRequestUpdate 시 처리 : N/A Read/Write : Read/Write Read/Write Condition : N/A 연관 프로퍼티 : N/A Validation 조건 : N/A UI Visibility : yes Label : Tangential(Sec) Control Type : Function Editor ToolTip : N/A Error Message : N/A Category : Pressure Category Index : 4 변경 시 DFS 재생성 여부 : Yes 변경 시 DFG 재생성 여부 : No 변경 시 GINF 재생성 여부 : No
public CompositeFieldUsable SecondaryTangential { get; set; }
Property Value
CompositeFieldUsable
TangentialSecDirection
Gets or sets the tangential secondary direction.
부차적인 접선방향을 가져오거나 넣어줍니다.
Type : DirectionBase LinkRequestUpdate 시 처리 : N/A Read/Write : Read/Write Read/Write Condition : N/A 연관 프로퍼티 : N/A Validation 조건 : N/A UI Visibility : yes Label : Secondary Tangetial Direction Control Type : Direction Picker ToolTip : N/A Error Message : N/A Category : Pressure Category Index : 2 변경 시 DFS 재생성 여부 : Yes 변경 시 DFG 재생성 여부 : No 변경 시 GINF 재생성 여부 : No
public DirectionBase TangentialSecDirection { get; set; }
Property Value
DirectionBase
Type
Gets the function type.
함수 타입을 가져오거나 넣어줍니다.
public override PressureLoadFunction.FunctionType Type { get; }
Property Value
PressureLoadFunction.FunctionType
Methods
Initialize(ConvertFactor)
Initializes member through unit convert factor.
단위 변화 팩터를 이용하여 필드를 초기화 해줍니다.
public override void Initialize(Unit.ConvertFactor factor)
Parameters
factor Unit.ConvertFactor
The unit convert factor.
단위 변환 팩터.
InitializeReservedObject()
Initialize the reserved object.
public void InitializeReservedObject()