Class PropertyBoundaryConditionBase
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Flexible
Assembly: VMFlexibleBase.dll
This class is to represent the boundary condition properties.
이 클래스는 경계조건 속성을 나타냅니다.
Symmetric Modeling : No Reference : Yes Reference Type : VM.Managed.Reference 삭제시 Reservable한 Link 변수 : N/A Generic Collection에 담겨있는 Link 변수 : N/A
public abstract class PropertyBoundaryConditionBase : Property, IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IContainer, ILinkContainer, IOwned, IHasID
Inheritance
object ←
ObservableObject ←
LinkableBase ←
ObjectBase ←
Object
Derived
Implements
IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IContainer, ILinkContainer, IOwned, IHasID
Inherited Members
Property.Initialize(Unit.ConvertFactor),
Property.PropertyRequestUpdate(object, LinkEventArgs),
Property.OnUpdatePropertyImpl(Property, LinkEventArgs),
Property.GetUnnamedObjectName(object),
Property.FindLocal(string),
Property.Draw(Canvas, TMatrix, TMatrix, bool),
ContainerObject
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
PropertyBoundaryConditionBase()
Initializes a new instance of the
public PropertyBoundaryConditionBase()
Properties
ConstrainedType
Gets or sets the constrained type.
경계 조건을 가져오거나 넣어줍니다.
Type : BCConstrainedType LinkRequestUpdate 시 처리 : N/A Read/Write : Read/Write Read/Write Condition : N/A 연관 프로퍼티 : N/A Validation 조건 : N/A UI Visibility : true Label : Constrained Type Control Type : Combo box ToolTip : N/A Error Message : N/A Category : Boundary Condition Category Index : 1 변경 시 DFS 재생성 여부 : Yes 변경 시 DFG 재생성 여부 : No 변경 시 GINF 재생성 여부 : No
public PropertyBoundaryConditionBase.BCConstrainedType ConstrainedType { get; set; }
Property Value
PropertyBoundaryConditionBase.BCConstrainedType
ElementRX
Gets or sets the element RX.
회전 x방향의 값을 가져오거나 넣어줍니다.
Type : CompositeFieldUsable LinkRequestUpdate 시 처리 : N/A Read/Write : Read/Write Read/Write Condition : N/A 연관 프로퍼티 : N/A Validation 조건 : N/A UI Visibility : true Label : Rotational X Control Type : Check box ToolTip : N/A Error Message : N/A Category : Boundary Condition Category Index : 5 변경 시 DFS 재생성 여부 : Yes 변경 시 DFG 재생성 여부 : No 변경 시 GINF 재생성 여부 : No
public CompositeFieldUsable ElementRX { get; set; }
Property Value
CompositeFieldUsable
ElementRY
Gets or sets the element RY.
회전 y방향의 값을 가져오거나 넣어줍니다.
Type : CompositeFieldUsable LinkRequestUpdate 시 처리 : N/A Read/Write : Read/Write Read/Write Condition : N/A 연관 프로퍼티 : N/A Validation 조건 : N/A UI Visibility : true Label : Rotational Y Control Type : Check box ToolTip : N/A Error Message : N/A Category : Boundary Condition Category Index : 6 변경 시 DFS 재생성 여부 : Yes 변경 시 DFG 재생성 여부 : No 변경 시 GINF 재생성 여부 : No
public CompositeFieldUsable ElementRY { get; set; }
Property Value
CompositeFieldUsable
ElementRZ
Gets or sets the element RZ.
회전 z방향의 값을 가져오거나 넣어줍니다.
Type : CompositeFieldUsable LinkRequestUpdate 시 처리 : N/A Read/Write : Read/Write Read/Write Condition : N/A 연관 프로퍼티 : N/A Validation 조건 : N/A UI Visibility : true Label : Rotational Z Control Type : Check box ToolTip : N/A Error Message : N/A Category : Boundary Condition Category Index : 7 변경 시 DFS 재생성 여부 : Yes 변경 시 DFG 재생성 여부 : No 변경 시 GINF 재생성 여부 : No
public CompositeFieldUsable ElementRZ { get; set; }
Property Value
CompositeFieldUsable
ElementTX
Gets or sets the element TX.
병진 x방향의 값을 가져오거나 넣어줍니다.
Type : CompositeFieldUsable LinkRequestUpdate 시 처리 : N/A Read/Write : Read/Write Read/Write Condition : N/A 연관 프로퍼티 : N/A Validation 조건 : N/A UI Visibility : true Label : Translational X Control Type : Check box ToolTip : N/A Error Message : N/A Category : Boundary Condition Category Index : 2 변경 시 DFS 재생성 여부 : Yes 변경 시 DFG 재생성 여부 : No 변경 시 GINF 재생성 여부 : No
public CompositeFieldUsable ElementTX { get; set; }
Property Value
CompositeFieldUsable
ElementTY
Gets or sets the element TY.
병진 y방향의 값을 가져오거나 넣어줍니다.
Type : CompositeFieldUsable LinkRequestUpdate 시 처리 : N/A Read/Write : Read/Write Read/Write Condition : N/A 연관 프로퍼티 : N/A Validation 조건 : N/A UI Visibility : true Label : Translational Y Control Type : Check box ToolTip : N/A Error Message : N/A Category : Boundary Condition Category Index : 3 변경 시 DFS 재생성 여부 : Yes 변경 시 DFG 재생성 여부 : No 변경 시 GINF 재생성 여부 : No
public CompositeFieldUsable ElementTY { get; set; }
Property Value
CompositeFieldUsable
ElementTZ
Gets or sets the element TZ.
병진 z방향의 값을 가져오거나 넣어줍니다.
Type : CompositeFieldUsable LinkRequestUpdate 시 처리 : N/A Read/Write : Read/Write Read/Write Condition : N/A 연관 프로퍼티 : N/A Validation 조건 : N/A UI Visibility : true Label : Translational Z Control Type : Check box ToolTip : N/A Error Message : N/A Category : Boundary Condition Category Index : 4 변경 시 DFS 재생성 여부 : Yes 변경 시 DFG 재생성 여부 : No 변경 시 GINF 재생성 여부 : No
public CompositeFieldUsable ElementTZ { get; set; }
Property Value
CompositeFieldUsable
PenaltyScale
Gets or sets the penalty scale.
페날티 스케일을 가져오거나 넣어줍니다.
Type : Variable LinkRequestUpdate 시 처리 : N/A Read/Write : Read/Write Read/Write Condition : N/A 연관 프로퍼티 : N/A Validation 조건 : N/A UI Visibility : true Label : Penalty Scale Control Type : Variable Editor ToolTip : N/A Error Message : N/A Category : Boundary Condition Category Index : 8 변경 시 DFS 재생성 여부 : Yes 변경 시 DFG 재생성 여부 : No 변경 시 GINF 재생성 여부 : No
public ExpressionValueVariable PenaltyScale { get; set; }
Property Value
ExpressionValueVariable
Methods
Initialize(ConvertFactor)
Initializes member through unit convert factor.
단위 변화 팩터를 이용하여 필드를 초기화 해줍니다.
public override void Initialize(Unit.ConvertFactor factor)
Parameters
factor Unit.ConvertFactor
The unit convert factor.
단위 변환 팩터.